Set client_max_body_size to 100M

This commit is contained in:
aditya.chandel
2025-03-19 04:15:16 -06:00
committed by Aditya Chandel
parent e70a8e2497
commit a3d9d57d6d

View File

@@ -5,6 +5,9 @@ http {
# include the default mime.types to map file extensions to MIME types
include /etc/nginx/mime.types;
# Set max request body size to 100MB (adjust as needed)
client_max_body_size 100M;
server {
listen 6060; # Listen on port 6060 for both API and UI