From dc8432bb98de204648d161448c5625f268cb11e3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 16 Mar 2017 16:33:11 +0100 Subject: Also use host header on bragi --- bragi.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/bragi.nix b/bragi.nix index 7fd7ec43..e6aac8a4 100644 --- a/bragi.nix +++ b/bragi.nix @@ -383,6 +383,7 @@ in rec { location /bar/ { proxy_pass http://[::1]:8082; + proxy_set_header Host $host; } } ''; -- cgit v1.2.3