fixed upload size

This commit is contained in:
downhill 2018-10-02 21:03:09 +02:00
parent 50bfdd43a2
commit 8caf3e0a47

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