debug (proxy): change websock capitalisation
This commit is contained in:
parent
2b9d4b3c92
commit
bbbb1e9248
1 changed files with 1 additions and 1 deletions
|
@ -32,5 +32,5 @@ server {
|
||||||
# WebSocket support
|
# WebSocket support
|
||||||
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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue