summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-03-16 16:33:11 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-03-16 16:33:11 +0100
commitdc8432bb98de204648d161448c5625f268cb11e3 (patch)
tree86e972977c6724538c29f8a8345323beef13a979
parent8e3a8d3e5c46f45c5eb5047e8200804af46d943f (diff)
downloadnixos-dc8432bb98de204648d161448c5625f268cb11e3.tar
nixos-dc8432bb98de204648d161448c5625f268cb11e3.tar.gz
nixos-dc8432bb98de204648d161448c5625f268cb11e3.tar.bz2
nixos-dc8432bb98de204648d161448c5625f268cb11e3.tar.xz
nixos-dc8432bb98de204648d161448c5625f268cb11e3.zip
Also use host header on bragi
-rw-r--r--bragi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index 7fd7ec43..e6aac8a4 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -383,6 +383,7 @@ in rec {
383 383
384 location /bar/ { 384 location /bar/ {
385 proxy_pass http://[::1]:8082; 385 proxy_pass http://[::1]:8082;
386 proxy_set_header Host $host;
386 } 387 }
387 } 388 }
388 ''; 389 '';