【发布时间】:2021-09-14 21:31:39
【问题描述】:
我的 nginx 没有在 80 端口上启动。
我已添加以下详细信息:
$ nginx -s reload
2016/03/23 16:11:27 [error] 24992#0: invalid PID number "" in "/run/nginx.pid"
$ ps -ef | grep nginx
root 25057 2840 0 16:16 pts/1 00:00:00 grep --color=auto nginx
$ kill -9 25057
bash: kill: (25057) - No such process
$ service nginx start
Nothing..
请提供解决方案..
【问题讨论】: