php-fpm Commands on CentOS

To start;

sudo service php-fpm start

to stop;

sudo service php-fpm stop

to restart;

sudo service php-fpm restart

to reload;

sudo service php-fpm reload
Comments

There are no comments, make the firs comment