mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
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:
parent
174c05f488
commit
92cfd4292d
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user