summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-03-16 16:51:42 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-03-16 16:51:42 +0100
commit7d738384e608a7cf6ef6086320256ab58014ede5 (patch)
treed601fa85d9ca171bca123b597c295574b42ef989 /custom
parentdc8432bb98de204648d161448c5625f268cb11e3 (diff)
downloadnixos-7d738384e608a7cf6ef6086320256ab58014ede5.tar
nixos-7d738384e608a7cf6ef6086320256ab58014ede5.tar.gz
nixos-7d738384e608a7cf6ef6086320256ab58014ede5.tar.bz2
nixos-7d738384e608a7cf6ef6086320256ab58014ede5.tar.xz
nixos-7d738384e608a7cf6ef6086320256ab58014ede5.zip
Revert to AppRoot
Diffstat (limited to 'custom')
-rw-r--r--custom/ymir-nginx.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix
index ed679c57..3953176f 100644
--- a/custom/ymir-nginx.nix
+++ b/custom/ymir-nginx.nix
@@ -161,7 +161,7 @@ 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 proxy_set_header Host $host; 164 proxy_set_header AppRoot $host;
165 } 165 }
166 } 166 }
167 ''; 167 '';