Skip to content

Commit

Permalink
Installer fix: avoid to turn On nginx if php-fpm is On
Browse files Browse the repository at this point in the history
  • Loading branch information
myvesta committed Nov 7, 2020
1 parent b41ac10 commit 1f8d385
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install/vst-install-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 1f8d385

@mckaygerhard
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi @myvesta i fount maybe a detail over installation.. at the log:

== Adding ns1 and ns2 A records
== FPM pool.d <sub>.<domian>
Error: PROXY_SYSTEM is not enabled
== Adding cron jobs

Please sign in to comment.