nginx重启后突然提示
解决:查看端口
netstat -ntlp
找到80端口的PID
kill 6751
杀掉进程
重新查看
service nginx restart
解决
nginx重启后突然提示
解决:查看端口
netstat -ntlp
找到80端口的PID
kill 6751
杀掉进程
重新查看
service nginx restart
解决
本文标题:linux解决nginx: [emerg] bind() to
本文链接:https://www.haomeiwen.com/subject/yhgghqtx.html
网友评论