Installer fix: avoid to turn On nginx if php-fpm is On

This commit is contained in:
myvesta 2020-11-07 21:21:10 +01:00 committed by GitHub
commit 1f8d385cbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -253,10 +253,10 @@ set_default_value 'interactive' 'yes'
set_default_lang 'en' set_default_lang 'en'
# Checking software conflicts # Checking software conflicts
if [ "$phpfpm" = 'yes' ]; then # if [ "$phpfpm" = 'yes' ]; then
apache='no' # apache='no'
nginx='yes' # nginx='yes'
fi # fi
if [ "$proftpd" = 'yes' ]; then if [ "$proftpd" = 'yes' ]; then
vsftpd='no' vsftpd='no'
fi fi