mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Installer fix: avoid to turn On nginx if php-fpm is On
This commit is contained in:
parent
b41ac10a96
commit
1f8d385cbb
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue