Merge pull request #11 from sheeprine/fix/body_size_limit

Increase max body size from nginx
This commit is contained in:
xsteadfastx
2016-07-21 13:56:48 +02:00
committed by GitHub

View File

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