nginx 运行,检测

启动nginx进程
/usr/sbin/nginx -c /etc/nginx/nginx.conf
检查主进程号
ps -ef|grep nginx

强制所有nginx进程
pkill -9 niginx

你可能感兴趣的:(nginx)