From f5319cc46719deaf27361d5afe2fa3b72ba928c5 Mon Sep 17 00:00:00 2001 From: hieupq Date: Tue, 5 May 2026 19:11:12 +0700 Subject: [PATCH] Increase client_max_body_size internal nginx --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index fe7205a..07f5223 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -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;