Increase client_max_body_size to 1000M

This commit is contained in:
aditya.chandel
2025-06-01 11:45:51 -06:00
parent 544e6164b7
commit 38487f8e5d

View File

@@ -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