Small bugfixes

This commit is contained in:
2025-12-18 08:10:57 -05:00
parent a2682314c9
commit d183678282
3 changed files with 22 additions and 39 deletions

View File

@@ -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