nginx命令

cd /usr/local/nginx/sbin

./nginx# 启动
ps-ef|grep nginx #查看

./nginx -s stop #停止

./nginx -s reload#重启
查找 Nginx 进程的 PID: ps aux | grep nginx 

 查找当前正在使用端口 80 的进程 sudo netstat -tuln | grep :80

posted @ 2024-04-23 16:26  大黄喵吖  阅读(1)  评论(0编辑  收藏  举报