1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

Increase max body size from nginx

With the default client_max_body_size (1M), import cannot be used.
Raise the limit to 50M.
This commit is contained in:
Stéphane Albert
2016-07-21 13:38:03 +02:00
parent 038bef09cd
commit 6a67881572

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 {