mirror of
https://github.com/wallabag/docker.git
synced 2025-12-22 03:38:32 +01: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:
@ -23,6 +23,7 @@ http {
|
|||||||
gzip on;
|
gzip on;
|
||||||
gzip_disable "msie6";
|
gzip_disable "msie6";
|
||||||
open_file_cache max=100;
|
open_file_cache max=100;
|
||||||
|
client_max_body_size 50M;
|
||||||
|
|
||||||
|
|
||||||
upstream php-upstream {
|
upstream php-upstream {
|
||||||
|
|||||||
Reference in New Issue
Block a user