limit upload size to 100M

This commit is contained in:
Marvin Steadfast
2016-11-05 15:10:43 +01:00
committed by xsteadfastx
parent 68db53e09c
commit ba8f6ec5d3
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ http {
gzip on;
gzip_disable "msie6";
open_file_cache max=100;
client_max_body_size 50M;
client_max_body_size 100M;
upstream php-upstream {