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