From 77aac9f88c0b1379d35b65256e969f65ce36b089 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 17 Mar 2022 02:38:20 +0100 Subject: [PATCH] increase upload size limit --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 584896c..be3dd67 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,7 +7,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 128M; try_files $uri $uri/ __PATH__/index.php?$args index.php;