summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 66f2efd9..efbe287f 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -376,7 +376,7 @@ in rec {
376 376
377 location /bar/ { 377 location /bar/ {
378 proxy_pass http://localhost:8082/; 378 proxy_pass http://localhost:8082/;
379 }; 379 }
380 } 380 }
381 ''; 381 '';
382 }; 382 };