Increase client_max_body_size internal nginx

This commit is contained in:
hieupq 2026-05-05 19:11:12 +07:00
parent 03e5fd06f8
commit f5319cc467

View File

@ -109,7 +109,7 @@ server {
location /api/ {
proxy_pass http://$backend_server;
client_max_body_size 200M;
client_max_body_size 900M;
proxy_request_buffering off;
proxy_read_timeout 300s;
proxy_connect_timeout 300s;