We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a2f5f5 + 641c2c8 commit 3f6773aCopy full SHA for 3f6773a
1 file changed
nginx/rootfs/etc/nginx/nginx.conf
@@ -15,7 +15,7 @@ http {
15
uwsgi_temp_path /tmp/uwsgi_temp;
16
scgi_temp_path /tmp/scgi_temp;
17
error_log /dev/fd/2 warn;
18
- client_max_body_size 8M;
+ client_max_body_size 128M;
19
server_tokens off;
20
sendfile on;
21
tcp_nopush on;
0 commit comments