diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-16 17:52:06 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-16 17:52:06 +0100 |
commit | 8768241c7d935cc5cc866a1054a688cc37356cc9 (patch) | |
tree | a1e46ba2ce2d5fc1e5dc3ee3a1e2a23ae8f82eb6 /custom | |
parent | 090c3dbf293ac7185a87c445807e520db91a7c6d (diff) | |
download | nixos-8768241c7d935cc5cc866a1054a688cc37356cc9.tar nixos-8768241c7d935cc5cc866a1054a688cc37356cc9.tar.gz nixos-8768241c7d935cc5cc866a1054a688cc37356cc9.tar.bz2 nixos-8768241c7d935cc5cc866a1054a688cc37356cc9.tar.xz nixos-8768241c7d935cc5cc866a1054a688cc37356cc9.zip |
Slashes are _not_ evil
Diffstat (limited to 'custom')
-rw-r--r-- | custom/ymir-nginx.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index b9d77844..33a9411a 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix | |||
@@ -160,7 +160,7 @@ in { | |||
160 | auth_basic "Reverse proxy to bragi"; | 160 | auth_basic "Reverse proxy to bragi"; |
161 | auth_basic_user_file /srv/www/bragi/htpasswd; | 161 | auth_basic_user_file /srv/www/bragi/htpasswd; |
162 | 162 | ||
163 | proxy_pass http://bragi.asgard.yggdrasil; | 163 | proxy_pass http://bragi.asgard.yggdrasil/; |
164 | 164 | ||
165 | location /bar/ { | 165 | location /bar/ { |
166 | proxy_set_header AppRoot $scheme://$host/bar; | 166 | proxy_set_header AppRoot $scheme://$host/bar; |