Fix upload ERR: raise client_max_body_size to 600m and backend cap to 600MB

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ivan Razin
2026-06-24 11:45:37 +03:00
co-authored by Claude Sonnet 4.6
parent ce5876952d
commit c548d9934a
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -479,9 +479,9 @@ server {
proxy_http_version 1.1;
proxy_set_header X-Real-IP \$remote_addr;
proxy_request_buffering off;
client_max_body_size 128m;
proxy_read_timeout 120s;
proxy_send_timeout 120s;
client_max_body_size 600m;
proxy_read_timeout 300s;
proxy_send_timeout 300s;
add_header Cache-Control "no-store" always;
}