Small bugfixes
This commit is contained in:
@@ -63,6 +63,14 @@ http {
|
||||
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;
|
||||
|
||||
# WebSocket timeout settings (prevent connection drops)
|
||||
proxy_read_timeout 3600s;
|
||||
proxy_send_timeout 3600s;
|
||||
proxy_connect_timeout 60s;
|
||||
|
||||
# Additional WebSocket connection settings
|
||||
proxy_buffering off;
|
||||
}
|
||||
|
||||
# Security headers
|
||||
|
||||
Reference in New Issue
Block a user