diff --git a/nginx.conf b/nginx.conf index 0595312a8..ab22582a3 100644 --- a/nginx.conf +++ b/nginx.conf @@ -6,7 +6,7 @@ http { include /etc/nginx/mime.types; # Set max request body size to 100MB (adjust as needed) - client_max_body_size 100M; + client_max_body_size 1000M; server { listen 6060; # Listen on port 6060 for both API and UI