Signed-off-by: TIANHE <TIANHE@GMAIL.COM>
This commit is contained in:
TIANHE
2026-03-01 03:42:10 +08:00
parent 7c067fe61c
commit a6ea4d967c
77 changed files with 3368 additions and 193 deletions
+2 -1
View File
@@ -34,8 +34,9 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_cache_bypass $http_upgrade;
proxy_read_timeout 300s;
proxy_read_timeout 600s; # 10 minutes for long-running backtests
proxy_connect_timeout 75s;
proxy_send_timeout 600s; # 10 minutes for sending response
# Allow large file uploads (e.g. indicator import)
client_max_body_size 10m;
}