fix(infra): increase nginx client_max_body_size to 50M; docs: update status

This commit is contained in:
2026-01-05 16:05:10 +00:00
parent a5f43fb977
commit 58b1f4cc65
3 changed files with 7 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ http {
access_log /dev/stdout;
error_log /dev/stderr;
# Increase Body Size Limit for Large Payloads (Knowledge Base + Audits)
client_max_body_size 50M;
# Increase Timeouts for Long-Running AI Tasks
proxy_read_timeout 1200s;
proxy_connect_timeout 1200s;