Added client_max_body_size to allow uploads larger than 1MB
This commit is contained in:
parent
77ae92b09b
commit
3446d2a4c2
|
|
@ -53,6 +53,7 @@ http {
|
|||
etag on;
|
||||
}
|
||||
|
||||
client_max_body_size 32M;
|
||||
gzip on;
|
||||
gzip_comp_level 3;
|
||||
gzip_disable "msie6";
|
||||
|
|
|
|||
Loading…
Reference in New Issue