changed socketio to korner
This commit is contained in:
parent
84338430c7
commit
72cdcc62f8
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ server {
|
||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_pass http://10.0.0.8:3000/socket.io/;
|
proxy_pass http://10.0.0.9:3000/socket.io/;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue