Skip to content

Commit b0cac66

Browse files
committed
increasing client size upload
1 parent 823ee0e commit b0cac66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/nginx/nginx.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ http {
4141
# indicated by the request header Content-Length. If the stated content
4242
# length is greater than this size, then the client receives the HTTP
4343
# error code 413. Set to 0 to disable. Default is '1m'.
44-
client_max_body_size 12m;
44+
client_max_body_size 128m;
4545

4646
# Sendfile copies data between one FD and other from within the kernel,
4747
# which is more efficient than read() + write(). Default is off.

0 commit comments

Comments
 (0)