From 7d738384e608a7cf6ef6086320256ab58014ede5 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 16 Mar 2017 16:51:42 +0100 Subject: Revert to AppRoot --- custom/ymir-nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') 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 { auth_basic_user_file /srv/www/bragi/htpasswd; proxy_pass http://bragi.asgard.yggdrasil; - proxy_set_header Host $host; + proxy_set_header AppRoot $host; } } ''; -- cgit v1.2.3