forked from wallabag/docker
Merge pull request #11 from sheeprine/fix/body_size_limit
Increase max body size from nginx
This commit is contained in:
@ -23,6 +23,7 @@ http {
|
||||
gzip on;
|
||||
gzip_disable "msie6";
|
||||
open_file_cache max=100;
|
||||
client_max_body_size 50M;
|
||||
|
||||
|
||||
upstream php-upstream {
|
||||
|
||||
Reference in New Issue
Block a user