This commit is contained in:
Sebastian
2024-03-19 13:22:27 +01:00
parent 034ec13009
commit 624ad08374

View File

@@ -13,6 +13,8 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Upgrade $http_upgrade; # Forward Upgrade header
proxy_set_header Connection $http_connection; # Forward Connection header
}
}