From f1503476058d62e5a1d76d0d20ff07ec0e5f8e10 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 8 Sep 2018 18:51:23 +0200 Subject: ... --- odin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odin.nix b/odin.nix index 0182eb64..bb17185a 100644 --- a/odin.nix +++ b/odin.nix @@ -464,7 +464,7 @@ "/bar".extraConfig = '' return 301 /bar/; ''; - "/bar/".proxyPass = "http://bar/"; + "/bar".proxyPass = "http://bar/"; }; }; -- cgit v1.2.3