From f3aef473ae60eb2b61bccdb279443bc67a11d725 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 3 Aug 2016 13:27:35 +0200 Subject: The fickle mistress requires subtle manipulation --- bragi.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bragi.nix b/bragi.nix index a217204a..5061d57a 100644 --- a/bragi.nix +++ b/bragi.nix @@ -373,12 +373,12 @@ in rec { listen *:80; server_name _; - location /thermoprint/api { - proxy_pass http://localhost:8080; + location /thermoprint/api/ { + proxy_pass http://localhost:8080/; } - location /thermoprint { - proxy_pass http://localhost:8081; + location /thermoprint/ { + proxy_pass http://localhost:8081/; } } ''; -- cgit v1.2.3