PHP 7.3 was accidentally enabled alongside PHP 7.2
@@ -66,7 +66,7 @@ if [ ! -f "$pool_file_72" ]; then
fi
if [ -f "$pool_file_73" ]; then
- echo "$pool_conf" > $pool_file_73
+ rm $pool_file_73
service php7.3-fpm restart