Fixed non starting services

This commit is contained in:
2020-12-03 13:12:12 +01:00
parent 17353040b6
commit 18439cc934
4 changed files with 8 additions and 4 deletions

View File

@@ -14,4 +14,5 @@ sed -i 's/; max_input_vars = 1000/max_input_vars = 10000/g' /etc/php/"$phpver"/f
sed -i 's/upload_max_filesize = 2/upload_max_filesize = 128/g' /etc/php/"$phpver"/fpm/php.ini
sed -i 's/post_max_size = 8/post_max_size = 64/g' /etc/php/"$phpver"/fpm/php.ini
systemctl start php${phpver}-fpm
systemctl start php${phpver}-fpm
systemctl enable php${phpver}-fpm