From d1b9fc284619911a6c8d27441548a2a58aca9be6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 16 Mar 2017 20:39:14 +0100 Subject: Slashes are _not_ evil --- bragi.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bragi.nix b/bragi.nix index 49e3358d..b9a51443 100644 --- a/bragi.nix +++ b/bragi.nix @@ -372,14 +372,14 @@ in rec { server_name _; location /thermoprint/api/ { - proxy_pass http://[::1]:8080; + proxy_pass http://[::1]:8080/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } location /thermoprint/ { - proxy_pass http://localhost:8081; + proxy_pass http://localhost:8081/; } location /bar/ { -- cgit v1.2.3