第一步 :查询
ps -ef|grep nginx
第二步 :杀进程
kill -QUIT PID
第三步 : 启动
/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/tech/aiops/281711.html
ps -ef|grep nginx
kill -QUIT PID
/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/tech/aiops/281711.html