mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
Merge pull request #518 from alex-connor/patch-3
Update vst-install-rhel.sh
This commit is contained in:
commit
c768f01088
1 changed files with 1 additions and 1 deletions
|
@ -876,7 +876,7 @@ fi
|
||||||
|
|
||||||
if [ "$phpfpm" = 'yes' ]; then
|
if [ "$phpfpm" = 'yes' ]; then
|
||||||
wget $vestacp/php-fpm/www.conf -O /etc/php-fpm.d/www.conf
|
wget $vestacp/php-fpm/www.conf -O /etc/php-fpm.d/www.conf
|
||||||
chkconfig nginx on
|
chkconfig php-fpm on
|
||||||
service php-fpm start
|
service php-fpm start
|
||||||
check_result $? "php-fpm start failed"
|
check_result $? "php-fpm start failed"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue