change websock host
This commit is contained in:
parent
88137d1ac0
commit
840210f268
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ http {
|
|||
}
|
||||
|
||||
location /ws {
|
||||
proxy_pass http://localhost:8442;
|
||||
proxy_pass http://localhost:8000;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
|
|
Loading…
Reference in a new issue