Disable it because it doesn't work.
This commit is contained in:
parent
b7ed67a1d3
commit
7ae6cb0332
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ server {
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection "Upgrade";
|
proxy_set_header Connection "Upgrade";
|
||||||
proxy_set_header Host $host;
|
#proxy_set_header Host $host;
|
||||||
proxy_cache_bypass $http_upgrade;
|
proxy_cache_bypass $http_upgrade;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
proxy_set_header Origin "";
|
proxy_set_header Origin "";
|
||||||
|
|
Loading…
Reference in a new issue