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 0182eb64..bb17185a 100644
--- a/odin.nix
+++ b/odin.nix
@@ -464,7 +464,7 @@
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 };
469 }; 469 };
470 470