An error occurred.
Sorry, the page you are looking for is currently unavailable.
Please try again later.
If you are the system administrator of this resource then you should check the error log for details.
Faithfully yours, nginx.


关闭nginx:
nginx -s stop :快速停止nginx
quit :完整有序的停止nginx
其他的停止nginx 方式:
ps -ef | grep nginx
kill -QUIT 主进程号 :从容停止Nginx
kill -TERM 主进程号 :快速停止Nginx
pkill -9 nginx :强制停止Nginx
关闭不需要的nginx
重启
开启php-fpm
sudo php-fpm


本文详细介绍了如何使用不同的方法来停止Nginx服务,包括快速停止、从容停止及强制停止,并提供了重启Nginx及启动php-fpm的相关指令,帮助读者掌握Nginx的维护操作。

1万+

被折叠的 条评论
为什么被折叠?



