Xshell学习笔记,


看是否存在主进程和php-fpm子进程

ps -ef |grep nginx

查看nginx监听的端口是否存在

 netstat -tlnup|grep nginx

查看nginx服务状态

service nginx status

相关内容

    暂无相关文章