diff --git a/docker/nginx-unit.json b/docker/nginx-unit.json index c095611..95fa1ef 100644 --- a/docker/nginx-unit.json +++ b/docker/nginx-unit.json @@ -73,5 +73,10 @@ } } }, - "access_log": "/dev/stdout" + "access_log": "/dev/stdout", + "settings": { + "http": { + "max_body_size": 104857600 + } + } }