Checked the log, it should be no problem nginx -t also prompts normal, but
nginx -t
I don’t know what the problem is. Please help me solve the problem
If you need more details, please mention it in your reply. I will update it as soon as I see it
sorry i figure it out . i use 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 it works
ps -e
kill -HUP pid
/etc/init.d/nginx restart
sorry i figure it out . i use
ps -e
and find there were two process of nginx and i usekill -HUP pid
to kill them. And/etc/init.d/nginx restart
it works