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

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不能运行起来了,请问这是什么愿意呢


撒科打诨
浏览 544回答 2
2回答

明月笑刀无情

输出很明白啊 端口被占用了 换个

白衣染霜花

文中的英文翻译过来就是,地址已经被使用。对于Linux服务类的软件提示这个,是因为端口被使用了。解决的办法可以将你现在的端口改为其他未使用的端口,或者停掉之前占有该端口的服务。
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript