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.
1 parent bb4d4f3 commit f95ca21Copy full SHA for f95ca21
nginx/conf/nginx.conf
@@ -34,7 +34,7 @@ http {
34
gzip_http_version 1.1;
35
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
36
# tells the server to use on-the-fly gzip compression.
37
- client_max_body_size 64M;
+ client_max_body_size 1024M;
38
include /etc/nginx/conf.d/*.conf;
39
40
0 commit comments