Skip to main content
1 of 2

try this:

sudo kill -9 `sudo ps -ef | grep php-fpm | grep -v grep | awk '{print $2}'`

hope it helps