From 796a092f6ffea83d063d3bb687a18910234c8b80 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 8 Sep 2018 18:35:46 +0200 Subject: ... --- odin.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odin.nix b/odin.nix index d3d748ed..a1211196 100644 --- a/odin.nix +++ b/odin.nix @@ -461,13 +461,13 @@ serverAliases = [ "odin" "10.141.1.2" ]; locations = { - "/bar".proxyPass = "http://bar/"; + "/bar/".proxyPass = "http://bar/"; }; }; upstreams = { "bar" = { - servers."localhost:${toString config.services.bar.port}"= {}; + servers."localhost:${toString config.services.bar.port}/"= {}; }; }; }; -- cgit v1.2.3