We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1d206 commit 4bf5ca1Copy full SHA for 4bf5ca1
v2node/localhost.conf
@@ -7,6 +7,8 @@ server {
7
proxy_pass http://127.0.0.1:4433;
8
# https://github.com/nginx/nginx/blob/release-1.28.0/src/http/modules/ngx_http_proxy_module.c#L293
9
proxy_http_version 1.1;
10
+ proxy_set_header Upgrade $http_upgrade;
11
+ proxy_set_header Connection "upgrade";
12
proxy_set_header Host $http_host;
13
proxy_set_header X-Real-IP $remote_addr;
14
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
0 commit comments