changed socketio to korner

This commit is contained in:
draxaris1010 2024-10-11 14:25:58 +02:00
parent 84338430c7
commit 72cdcc62f8

View file

@ -72,7 +72,7 @@ server {
proxy_set_header Connection "upgrade";
proxy_http_version 1.1;
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/;
}
}