From 12545536c81eace7f203096ec6e11051f0c79662 Mon Sep 17 00:00:00 2001 From: Gofannon <17145502+Gofannon@users.noreply.github.com> Date: Fri, 26 Aug 2022 20:03:18 +0200 Subject: [PATCH] by default, comments all parameters. Packager will need to change it if needed. Avoid to set it on all new packages in the void Default value should be handled by core itself --- conf/extra_php-fpm.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/extra_php-fpm.conf b/conf/extra_php-fpm.conf index b58eff4..c57e04c 100644 --- a/conf/extra_php-fpm.conf +++ b/conf/extra_php-fpm.conf @@ -10,8 +10,9 @@ ; Common values to change to increase file upload limit ; Tips: you need to do modify nginx config too: "client_max_body_size" -php_admin_value[upload_max_filesize] = 50M -php_admin_value[post_max_size] = 50M +;php_admin_value[upload_max_filesize] = 50M +;php_admin_value[post_max_size] = 50M + ;php_admin_value[memory_limit] = 64M ; Other common parameters