From 8e3a8d3e5c46f45c5eb5047e8200804af46d943f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 16 Mar 2017 16:18:47 +0100 Subject: Try host header --- custom/ymir-nginx.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'custom') diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index 2639cf07..ed679c57 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix @@ -161,6 +161,7 @@ in { auth_basic_user_file /srv/www/bragi/htpasswd; proxy_pass http://bragi.asgard.yggdrasil; + proxy_set_header Host $host; } } ''; -- cgit v1.2.3