Add host param
This commit is contained in:
parent
b0c7bad36d
commit
b7ed67a1d3
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ server {
|
|||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
proxy_set_header Host $host;
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
proxy_buffering off;
|
||||
proxy_set_header Origin "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue