lychee: increase client_max_body_size

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

View File

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