summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index cc8c5976..d00f2598 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -369,6 +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_pass http://localhost:8082/; 373 proxy_pass http://localhost:8082/;
373 } 374 }
374 } 375 }