diff options
-rw-r--r-- | bragi.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -375,6 +375,9 @@ in rec { | |||
375 | 375 | ||
376 | location /thermoprint/api/ { | 376 | location /thermoprint/api/ { |
377 | proxy_pass http://localhost:8080/; | 377 | proxy_pass http://localhost:8080/; |
378 | proxy_http_version 1.1; | ||
379 | proxy_set_header Upgrade $http_upgrade; | ||
380 | proxy_set_header Connection "upgrade"; | ||
378 | } | 381 | } |
379 | 382 | ||
380 | location /thermoprint/ { | 383 | location /thermoprint/ { |