UPDATE: Improved chat tranmission speed by 3seconds

This commit is contained in:
white
2025-01-29 16:50:26 +00:00
parent 83b458ed99
commit 4d9e819b39
5 changed files with 29 additions and 5 deletions

View File

@@ -65,6 +65,10 @@ http {
location /socket.io/ {
proxy_pass http://web_server:5000/socket.io/;
proxy_http_version 1.1;
proxy_buffering off;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
}
location / {