From 9c40ca529145712394a045aff162e5e3f07ef814 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Fri, 22 Jul 2022 12:03:58 -0600 Subject: [PATCH] bump filesize limit --- conf/php-fpm.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index 7b478d9..5664066 100755 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -401,6 +401,8 @@ chdir = __FINALPATH__ ; php_admin_value/php_admin_flag - these directives won't be overwritten by ; PHP call 'ini_set' ; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no. +php_value[upload_max_filesize] = 100M +php_value[post_max_size] = 100M ; Defining 'extension' will load the corresponding shared extension from ; extension_dir. Defining 'disable_functions' or 'disable_classes' will not