diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 6c6c44ff..b84a68a7 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -367,7 +367,6 @@ systemctl restart postgresql.service # Install Apache check_command install_if_not apache2 -check_command install_if_not libapache2-mod-fcgid a2enmod rewrite \ headers \ proxy \ @@ -380,10 +379,7 @@ a2enmod rewrite \ alias \ mpm_event \ ssl - -# Apache with PHP-FPM -a2enconf php"$PHPVER"-fpm - + # We don't use Apache PHP (just to be sure) a2dismod mpm_prefork