summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
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 }