diff --git a/lychee/nginx.conf b/lychee/nginx.conf index bc27085..d0ed8fc 100644 --- a/lychee/nginx.conf +++ b/lychee/nginx.conf @@ -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;