diff options
Diffstat (limited to 'custom/ymir-nginx.nix')
-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 bf0c8e67..b9d77844 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix | |||
@@ -163,7 +163,7 @@ in { | |||
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 $host/bar; | 166 | proxy_set_header AppRoot $scheme://$host/bar; |
167 | } | 167 | } |
168 | } | 168 | } |
169 | } | 169 | } |