Default php config with max upload 100 MB

This commit is contained in:
2019-10-07 15:49:57 +02:00
parent 844e5040d2
commit f126f9e1df
3 changed files with 11 additions and 2 deletions

View File

@@ -89,6 +89,7 @@ step_5() {
phpFpmConfigLocation="/etc/php/${phpVersion}/fpm/conf.d/90-custom_pi.ini"
phpFpmConfig="\
post_max_size=64M
upload_max_filesize=100M
max_execution_time=600
apc.enable_cli=1