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'
# Checking software conflicts
if [ "$phpfpm" = 'yes' ]; then
apache='no'
nginx='yes'
fi
# if [ "$phpfpm" = 'yes' ]; then
# apache='no'
# nginx='yes'
# fi
if [ "$proftpd" = 'yes' ]; then
vsftpd='no'
fi