ps -ef | grep nginx
会看到 nginx 的 master 进程不见了,就只有 worker 进程了。
killall nginx
nginx -c /etc/nginx/nginx.conf
nginx -s reload
ps -ef | grep nginx
会看到 nginx 的 master 进程不见了,就只有 worker 进程了。
killall nginx
nginx -c /etc/nginx/nginx.conf
nginx -s reload
下一篇 [Nginx] 路径问题