diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/ymir-nginx.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index b2ab4b69..2639cf07 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix | |||
@@ -160,11 +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 | |||
165 | location /bar { | ||
166 | proxy_set_header AppRoot "https://$host/bar.ymir"; | ||
167 | } | ||
168 | } | 164 | } |
169 | } | 165 | } |
170 | ''; | 166 | ''; |