Merge pull request #5 from downhill23/task/#5734

fixed upload size
This commit is contained in:
Dominique Roux 2018-10-03 09:33:19 +02:00 • committed by GitHub
commit b478a93a54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ server {
}
# set max upload size
client_max_body_size 512M;
client_max_body_size 2G;
fastcgi_buffers 64 4K;
# Disable gzip to avoid the removal of the ETag header