1
0
mirror of https://github.com/wallabag/docker synced 2026-01-06 21:39:23 +00:00

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 {