summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index c3658995..93e459c5 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -385,6 +385,10 @@ in rec {
385 proxy_set_header AppRoot "http://$host/bar"; 385 proxy_set_header AppRoot "http://$host/bar";
386 proxy_pass http://[::1]:8082/; 386 proxy_pass http://[::1]:8082/;
387 } 387 }
388
389 location /bar.ymir/ {
390 proxy_pass http://[::1]:8082;
391 }
388 } 392 }
389 ''; 393 '';
390 }; 394 };