Another $connection_upgrade

This commit is contained in:
niten 2023-07-26 17:13:21 -07:00
parent 6fbab3a434
commit 18b5cbfe72
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ let
proxy_redirect off;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header Connection "upgrade";
tcp_nodelay on;
}
}