Fix Global Timeout and JS Error Logs

This commit is contained in:
2025-12-26 18:20:11 +01:00
parent b13a6e2be0
commit d6a4b667a8
2 changed files with 19 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ location / {
# Timeouts
proxy_connect_timeout 60s;
proxy_send_timeout 60s;
proxy_read_timeout 60s;
proxy_read_timeout 300s;
# Buffering
proxy_buffering on;