fixed upload size

This commit is contained in:
downhill 2018-10-02 21:03:09 +02:00
parent 50bfdd43a2
commit 8caf3e0a47
1 changed files with 1 additions and 1 deletions

View File

@ -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