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:
@@ -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