diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-10 19:13:59 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-10 19:14:36 +0200 |
commit | 658822fb4a42be89b2ea47e111532513c4556d87 (patch) | |
tree | 99fa51122ad9a61db7c7d7d21c16f4c57ec3f0b5 /nixops/modules/websites | |
parent | 613aea5685ad4c698386c374474d8853bb736503 (diff) | |
download | Nix-658822fb4a42be89b2ea47e111532513c4556d87.tar.gz Nix-658822fb4a42be89b2ea47e111532513c4556d87.tar.zst Nix-658822fb4a42be89b2ea47e111532513c4556d87.zip |
Add exported values in mediagoblin module
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 | }; |