summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index da078c91..0182eb64 100644
--- a/odin.nix
+++ b/odin.nix
@@ -462,7 +462,7 @@
462 462
463 locations = { 463 locations = {
464 "/bar".extraConfig = '' 464 "/bar".extraConfig = ''
465 return 301 /bar/ 465 return 301 /bar/;
466 ''; 466 '';
467 "/bar/".proxyPass = "http://bar/"; 467 "/bar/".proxyPass = "http://bar/";
468 }; 468 };