diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-16 16:33:11 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-16 16:33:11 +0100 |
commit | dc8432bb98de204648d161448c5625f268cb11e3 (patch) | |
tree | 86e972977c6724538c29f8a8345323beef13a979 /bragi.nix | |
parent | 8e3a8d3e5c46f45c5eb5047e8200804af46d943f (diff) | |
download | nixos-dc8432bb98de204648d161448c5625f268cb11e3.tar nixos-dc8432bb98de204648d161448c5625f268cb11e3.tar.gz nixos-dc8432bb98de204648d161448c5625f268cb11e3.tar.bz2 nixos-dc8432bb98de204648d161448c5625f268cb11e3.tar.xz nixos-dc8432bb98de204648d161448c5625f268cb11e3.zip |
Also use host header on bragi
Diffstat (limited to 'bragi.nix')
-rw-r--r-- | bragi.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ''; |