We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823ee0e commit b0cac66Copy full SHA for b0cac66
src/etc/nginx/nginx.conf
@@ -41,7 +41,7 @@ http {
41
# indicated by the request header Content-Length. If the stated content
42
# length is greater than this size, then the client receives the HTTP
43
# error code 413. Set to 0 to disable. Default is '1m'.
44
- client_max_body_size 12m;
+ client_max_body_size 128m;
45
46
# Sendfile copies data between one FD and other from within the kernel,
47
# which is more efficient than read() + write(). Default is off.
0 commit comments