为了账号安全,请及时绑定邮箱和手机立即绑定

我在配置nginx的时候无法启动文件

我在配置nginx的时候无法启动文件

狐的传说 2019-03-27 17:34:18
root@localhost:/etc/nginx# nginxnginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] bind() to [::]:80 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] bind() to [::]:80 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] bind() to [::]:80 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] bind() to [::]:80 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] bind() to [::]:80 failed (98: Address already in use) nginx: [emerg] still could not bind()我在部署django项目的时候,出现502 Bad Gateway的错误,然后我开始查找原因,但是这时候nginx不能运行起来了,请问这是什么愿意呢
查看完整描述

2 回答

?
茅侃侃

TA贡献1842条经验 获得超21个赞

文中的英文翻译过来就是,地址已经被使用。对于Linux服务类的软件提示这个,是因为端口被使用了。解决的办法可以将你现在的端口改为其他未使用的端口,或者停掉之前占有该端口的服务。

查看完整回答
反对 回复 2019-03-27
?
拉莫斯之舞

TA贡献1820条经验 获得超10个赞

listen 80; #端口修改下 8080 或其他

nginx -t 测试修改是否没问题


查看完整回答
反对 回复 2019-03-27
  • 2 回答
  • 0 关注
  • 626 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信