summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-03-11 22:44:01 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-03-11 22:44:01 +0100
commit99452cac03db6a7d6bceb03c0505aa8064b67810 (patch)
treee21202e36ad772bd3d1e8deff8b9f88cb755f6f7 /bragi.nix
parent24148102292ba2f327546c8a97dddb7dcae3aec4 (diff)
downloadnixos-99452cac03db6a7d6bceb03c0505aa8064b67810.tar
nixos-99452cac03db6a7d6bceb03c0505aa8064b67810.tar.gz
nixos-99452cac03db6a7d6bceb03c0505aa8064b67810.tar.bz2
nixos-99452cac03db6a7d6bceb03c0505aa8064b67810.tar.xz
nixos-99452cac03db6a7d6bceb03c0505aa8064b67810.zip
Fix host variable
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index d00f2598..3bef0daa 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -369,7 +369,7 @@ in rec {
369 } 369 }
370 370
371 location /bar/ { 371 location /bar/ {
372 proxy_set_header AppRoot "http://$server_name/bar"; 372 proxy_set_header AppRoot "http://$host/bar";
373 proxy_pass http://localhost:8082/; 373 proxy_pass http://localhost:8082/;
374 } 374 }
375 } 375 }