Skip to content

Commit a3d9d57

Browse files
aditya.chandelacx10
authored andcommitted
Set client_max_body_size to 100M
1 parent e70a8e2 commit a3d9d57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nginx.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ http {
55
# include the default mime.types to map file extensions to MIME types
66
include /etc/nginx/mime.types;
77

8+
# Set max request body size to 100MB (adjust as needed)
9+
client_max_body_size 100M;
10+
811
server {
912
listen 6060; # Listen on port 6060 for both API and UI
1013

0 commit comments

Comments
 (0)