mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Update vst-install-debian.sh
This commit is contained in:
parent
667fffeb99
commit
1d35312597
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue