扫码关注官方订阅号
查看了日志 应该是没问题的 nginx -t也是提示正常的 但是
nginx -t
不知道是什么问题 求解惑
如果需要更详细的情况请在回复中提及,我看到马上更新
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
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
扫描下载App
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
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