This commit is contained in:
Victor Vobis 2025-02-19 17:21:10 +01:00
parent a1851c5660
commit 9071839b2d

View File

@ -69,8 +69,8 @@ http {
location / {
proxy_pass http://88.88.5.3:3000/;
proxy_http_version 1.1;
# proxy_set_header Upgrade $http_upgrade;
# proxy_set_header Connection "upgrade";
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;