fixed upload size
This commit is contained in:
parent
50bfdd43a2
commit
8caf3e0a47
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
# set max upload size
|
# set max upload size
|
||||||
client_max_body_size 512M;
|
client_max_body_size 2G;
|
||||||
fastcgi_buffers 64 4K;
|
fastcgi_buffers 64 4K;
|
||||||
|
|
||||||
# Disable gzip to avoid the removal of the ETag header
|
# Disable gzip to avoid the removal of the ETag header
|
||||||
|
|
Loading…
Reference in a new issue