nginx stop
Le Thu 06 February 2025
用pkill命令停止nginx
pkill nginx
nginx的停止命令
(myenv) root@ws-cfkazs-0 /workspace# nginx -s stop
nginx: [error] open() "/run/nginx.pid" failed (2: No such file or directory)
nginx的退出命令
(myenv) root@ws-cfkazs-0 /workspace [0|1]# nginx -s quit
nginx: [error] open() "/run/nginx.pid" failed (2: No such file or directory)