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