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 36ac556b..58dd6441 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -383,7 +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 AppRoot $host/bar; 386 proxy_set_header AppRoot $scheme://$host/bar;
387 } 387 }
388 } 388 }
389 ''; 389 '';