diff options
-rw-r--r-- | bragi.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -372,14 +372,14 @@ in rec { | |||
372 | server_name _; | 372 | server_name _; |
373 | 373 | ||
374 | location /thermoprint/api/ { | 374 | location /thermoprint/api/ { |
375 | proxy_pass http://[::1]:8080; | 375 | proxy_pass http://[::1]:8080/; |
376 | proxy_http_version 1.1; | 376 | proxy_http_version 1.1; |
377 | proxy_set_header Upgrade $http_upgrade; | 377 | proxy_set_header Upgrade $http_upgrade; |
378 | proxy_set_header Connection "upgrade"; | 378 | proxy_set_header Connection "upgrade"; |
379 | } | 379 | } |
380 | 380 | ||
381 | location /thermoprint/ { | 381 | location /thermoprint/ { |
382 | proxy_pass http://localhost:8081; | 382 | proxy_pass http://localhost:8081/; |
383 | } | 383 | } |
384 | 384 | ||
385 | location /bar/ { | 385 | location /bar/ { |