summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 987a83d6..7e29ec43 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -339,7 +339,7 @@ in rec {
339 server_name _; 339 server_name _;
340 340
341 location /thermoprint/api/ { 341 location /thermoprint/api/ {
342 proxy_pass http://::1:8080/; 342 proxy_pass http://[::1]:8080/;
343 proxy_http_version 1.1; 343 proxy_http_version 1.1;
344 proxy_set_header Upgrade $http_upgrade; 344 proxy_set_header Upgrade $http_upgrade;
345 proxy_set_header Connection "upgrade"; 345 proxy_set_header Connection "upgrade";