1、可以ps检查进程,也可以看端口netstat -ntlp|grep nginx2、nginx -t测试配置是否正常3、/etc/init.d/nginx status或systemct status nginx监测进程是否正常
ps -ef|grep nginx