diff options
Diffstat (limited to 'nixops/modules/websites')
-rw-r--r-- | nixops/modules/websites/tools/mediagoblin.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixops/modules/websites/tools/mediagoblin.nix b/nixops/modules/websites/tools/mediagoblin.nix index bf45e8e..cdc45ae 100644 --- a/nixops/modules/websites/tools/mediagoblin.nix +++ b/nixops/modules/websites/tools/mediagoblin.nix | |||
@@ -114,8 +114,8 @@ in { | |||
114 | ProxyPass /theme_static ! | 114 | ProxyPass /theme_static ! |
115 | ProxyPass /plugin_static ! | 115 | ProxyPass /plugin_static ! |
116 | ProxyPassMatch ^/.well-known/acme-challenge ! | 116 | ProxyPassMatch ^/.well-known/acme-challenge ! |
117 | ProxyPass / unix://${mcfg.socketsDir}/mediagoblin.sock|http://mgoblin.immae.eu/ | 117 | ProxyPass / unix://${mcfg.sockets.paster}|http://mgoblin.immae.eu/ |
118 | ProxyPassReverse / unix://${mcfg.socketsDir}/mediagoblin.sock|http://mgoblin.immae.eu/ | 118 | ProxyPassReverse / unix://${mcfg.sockets.paster}|http://mgoblin.immae.eu/ |
119 | '' ]; | 119 | '' ]; |
120 | }; | 120 | }; |
121 | }; | 121 | }; |