Linux 下重启 PHP 服务、nginx 服务
一、重启 PHP 服务
service php-fpm start 开启 service php-fpm stop 停止 service php-fpm restart 重启
二、重启 nginx 服务
sudo service nginx start 开启 sudo service nginx stop 停止 sudo service nginx restart 重启 sudo service nginx reload 重新加载
service php-fpm start 开启 service php-fpm stop 停止 service php-fpm restart 重启
sudo service nginx start 开启 sudo service nginx stop 停止 sudo service nginx restart 重启 sudo service nginx reload 重新加载