##查看了日誌 應該是沒問題的 nginx -t也是提示正常的 但是
nginx -t
#不知道是什麼問題 求解惑
如果需要更詳細的情況請在回覆中提及,我看到馬上更新
抱歉我明白了。我用了ps -e and find there were two process of nginx and i use kill -HUP pid to kill them. And /etc/init.d/nginx restart它有效
ps -e
kill -HUP pid
/etc/init.d/nginx restart
抱歉我明白了。我用了
ps -e
and find there were two process of nginx and i usekill -HUP pid
to kill them. And/etc/init.d/nginx restart
它有效