1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-04-30 09:19:18 +00:00

lychee: increase client_max_body_size

This commit is contained in:
Wonderfall 2016-05-11 21:21:58 +02:00
parent 312201f514
commit 71af0bfb70

@ -50,6 +50,7 @@ http {
listen 80;
root /lychee;
index index.php index.html;
client_max_body_size 100M;
location / {
try_files $uri $uri/ /index.html;