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 d3d748ed..f19688d2 100644
--- a/odin.nix
+++ b/odin.nix
@@ -461,7 +461,7 @@
461 serverAliases = [ "odin" "10.141.1.2" ]; 461 serverAliases = [ "odin" "10.141.1.2" ];
462 462
463 locations = { 463 locations = {
464 "/bar".proxyPass = "http://bar/"; 464 "/bar/".proxyPass = "http://bar/";
465 }; 465 };
466 }; 466 };
467 467