Added client_max_body_size to allow uploads larger than 1MB

This commit is contained in:
perburn 2016-02-12 10:41:25 +01:00
parent 77ae92b09b
commit 3446d2a4c2
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ http {
etag on;
}
client_max_body_size 32M;
gzip on;
gzip_comp_level 3;
gzip_disable "msie6";