mirror of
https://github.com/wallabag/docker.git
synced 2025-12-22 19:57:53 +01:00
limit upload size to 100M
This commit is contained in:
committed by
xsteadfastx
parent
68db53e09c
commit
ba8f6ec5d3
@ -23,7 +23,7 @@ http {
|
||||
gzip on;
|
||||
gzip_disable "msie6";
|
||||
open_file_cache max=100;
|
||||
client_max_body_size 50M;
|
||||
client_max_body_size 100M;
|
||||
|
||||
|
||||
upstream php-upstream {
|
||||
|
||||
Reference in New Issue
Block a user