diff --git a/build/run/installer.sh b/build/run/installer.sh index a6433a6..bbe9c73 100755 --- a/build/run/installer.sh +++ b/build/run/installer.sh @@ -26,8 +26,8 @@ install -m 750 -o opendmarc -g postfix -d /var/spool/postfix/opendmarc/ #// PHP #// ############### -sed -e '/upload_max_filesize =/c upload_max_filesize = 0' \ - -e '/post_max_size =/c post_max_size = 0' \ +sed -e '/upload_max_filesize =/c upload_max_filesize = 10G' \ + -e '/post_max_size =/c post_max_size = 10G' \ -e '/memory_limit =/c memory_limit = 4096M' \ -i $(find /etc/php*/ -name 'php.ini')