pid丢失办法:nginx
一、查找nginx进程IDspa
ps -ef | grep nginx
二、将进程ID写入pidcode
echo 1378 > /tmp/nginx.pid
三、重启nginxblog