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 <mailto@danielhansson.nu>
This commit is contained in:
Daniel Hansson 2023-07-20 22:42:21 +02:00 committed by GitHub
parent 174c05f488
commit 92cfd4292d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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