Proxy game socket.io to port 1951

This commit is contained in:
Anthony Wang 2022-01-16 16:53:45 -06:00
parent 552000a897
commit ca83d0fc79
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -9,7 +9,7 @@ server {
proxy_pass http://localhost:1950;
}
location /server {
location /socket.io {
proxy_pass http://localhost:1951;
}
}