From fbfd6d9ceb55db1330695961a3916e9323941060 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 8 Sep 2018 18:43:07 +0200 Subject: ... --- odin.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odin.nix') diff --git a/odin.nix b/odin.nix index d3d748ed..a7e4f746 100644 --- a/odin.nix +++ b/odin.nix @@ -446,7 +446,7 @@ services.bar = { enable = true; port = 8082; - approot = "/bar"; + approot = "/bar/"; ipFromHeader = true; }; @@ -461,7 +461,7 @@ serverAliases = [ "odin" "10.141.1.2" ]; locations = { - "/bar".proxyPass = "http://bar/"; + "/bar/".proxyPass = "http://bar/"; }; }; -- cgit v1.2.3