From 71af0bfb704bf9ea23211e5155faaf7e1d54cadc Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 11 May 2016 21:21:58 +0200 Subject: [PATCH] lychee: increase client_max_body_size --- lychee/nginx.conf | 1 + 1 file changed, 1 insertion(+) 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;