centos6.8 nginxnginx
重启centos
service nginx restartcentos7
centos6rest
nginx -s reload --重启进程
centos7service
nginx
启动
systemctl start nginx
中止
systemctl stop nginx
重启
systemctl restart nginxgrep
经过netstat 查询进程ID项目
netstat -anp | grep 8883查询
go项目启动命令top
nohup ./wx-go &