Update vst-install-debian.sh

This commit is contained in:
myvesta 2020-07-26 02:51:56 +02:00 committed by GitHub
commit 1d35312597
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -354,14 +354,14 @@ if [ "$nginx" = 'yes' ]; then
echo ' - nginx Web server' echo ' - nginx Web server'
fi fi
if [ "$apache" = 'yes' ] && [ "$nginx" = 'no' ] ; then if [ "$apache" = 'yes' ] && [ "$nginx" = 'no' ] ; then
echo ' - Apache Web server' echo ' - Apache web server'
fi fi
if [ "$apache" = 'yes' ] && [ "$nginx" = 'yes' ] ; then if [ "$apache" = 'yes' ] && [ "$nginx" = 'yes' ] ; then
echo ' - Apache Web server (in very fast mpm_event mode)' echo ' - Apache web server (in very fast mpm_event mode)'
echo ' - PHP-FPM service for PHP' echo ' - PHP-FPM service for PHP processing'
fi fi
if [ "$phpfpm" = 'yes' ]; then if [ "$phpfpm" = 'yes' ]; then
echo ' - PHP-FPM service' echo ' - PHP-FPM service for PHP processing'
fi fi
# DNS stack # DNS stack