fix typo
This commit is contained in:
parent
c8c3f5b5b7
commit
5d0f54a329
|
@ -539,7 +539,7 @@ server {
|
|||
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade \$http_upgrade;
|
||||
proxy_set_header Connection \"upgrade";
|
||||
proxy_set_header Connection "upgrade";
|
||||
|
||||
proxy_redirect off;
|
||||
proxy_set_header Host \$host;
|
||||
|
|
Loading…
Reference in New Issue