From 1f8d385cbbc9480b615aed055ebb12251fb27422 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sat, 7 Nov 2020 21:21:10 +0100 Subject: [PATCH] Installer fix: avoid to turn On nginx if php-fpm is On --- install/vst-install-debian.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index 7f4a3f3fed..4afe2e988c 100755 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -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