fix no ip

master
Aevann 2024-04-12 09:39:29 +02:00
parent 5251e50b5a
commit 16777e8338
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ server {
}
location /socket.io {
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_http_version 1.1;
proxy_buffering off;
proxy_set_header Upgrade $http_upgrade;