From c8001504049e72de58854830bfc216a30f35c51d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 8 Sep 2018 18:57:39 +0200 Subject: ... --- odin.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/odin.nix b/odin.nix index bb17185a..406df0c6 100644 --- a/odin.nix +++ b/odin.nix @@ -461,10 +461,7 @@ serverAliases = [ "odin" "10.141.1.2" ]; locations = { - "/bar".extraConfig = '' - return 301 /bar/; - ''; - "/bar".proxyPass = "http://bar/"; + "/bar".proxyPass = "http://bar"; }; }; -- cgit v1.2.3