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 75d09b65..251fbaaf 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -384,7 +384,7 @@ in rec {
384 location /bar/ { 384 location /bar/ {
385 map $http_AppRoot $approot { 385 map $http_AppRoot $approot {
386 default $http_AppRoot; 386 default $http_AppRoot;
387 '' $host/bar; 387 '' $host/bar;
388 } 388 }
389 proxy_pass http://[::1]:8082; 389 proxy_pass http://[::1]:8082;
390 proxy_set_header AppRoot $approot; 390 proxy_set_header AppRoot $approot;