From 92cfd4292dedd27282ab0b0f47d4d3bbcbdcab86 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 20 Jul 2023 22:42:21 +0200 Subject: [PATCH] Update nextcloud_install_production.sh It is the legacy way of running PHP based applications as opposed to the newer PHP-FPM Signed-off-by: Daniel Hansson --- nextcloud_install_production.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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