fix(infra): increase nginx client_max_body_size to 50M; docs: update status
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user