summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index a464166c..e819aa3c 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -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/ {