Skip to content

Commit c768f01

Browse files
committed
Merge pull request hestiacp#518 from alex-connor/patch-3
Update vst-install-rhel.sh
2 parents 73fb454 + 4ede636 commit c768f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/vst-install-rhel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ fi
876876

877877
if [ "$phpfpm" = 'yes' ]; then
878878
wget $vestacp/php-fpm/www.conf -O /etc/php-fpm.d/www.conf
879-
chkconfig nginx on
879+
chkconfig php-fpm on
880880
service php-fpm start
881881
check_result $? "php-fpm start failed"
882882
fi

0 commit comments

Comments
 (0)