node egg | 部署报错:server got error:bind EADDRNOTAVAIL

egg框架实现的服务,部署在阿里云服务器上报出以下错误:

解决方案:

config.js中

exports.cluster = {
"listen": {
  "path": "",
  "hostname": "0.0.0.0",//配置IP 或阿里云内网地址(阿里云外网地址会报此错误)
  "port": l8001//配置端口
  }
}
posted @ 2019-06-10 14:56  zhxzh  阅读(1529)  评论(0)    收藏  举报