Error: listen EACCES IP:80 with ExpressJS and PM2

Error: listen EACCES IP:80 with ExpressJS and PM2

我想在 PM2 上托管我的 ExpressJS (AdonisJS) 应用程序。

但是,80端口不授权小于1024。

我想添加 HOST URL 和 PORT。

Error: listen EACCES IP:80
at Object._errnoException (util.js:1024:11)
at _exceptionWithHostPort (util.js:1046:20)
at Server.setupListenHandle [as _listen2] (net.js:1334:19)
at listenInCluster (net.js:1392:12)
at GetAddrInfoReqWrap.doListen [as callback] (net.js:1501:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:97:10)

你试过 sudo pm2 appname 了吗?您需要 sudo 访问端口 80