From b5dc2374aadc233f3e7b24389ca4075513cabe47 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 6 Jun 2019 21:41:55 +0200 Subject: [PATCH] Fix client_max_body_size --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 14cbc899..5e9f8699 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -12,7 +12,7 @@ location __PATH__/ { index index.php; # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file - #client_max_body_size 50M; + client_max_body_size 100M; location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+?\.php)(/.*)$;