summaryrefslogtreecommitdiff
path: root/custom/ymir-nginx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom/ymir-nginx.nix')
-rw-r--r--custom/ymir-nginx.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix
index 94e6f1ed..b2ab4b69 100644
--- a/custom/ymir-nginx.nix
+++ b/custom/ymir-nginx.nix
@@ -161,6 +161,10 @@ in {
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 }
164 } 168 }
165 } 169 }
166 ''; 170 '';