20.02.25 22:14 작성
·
650
1
npm start 후 pm2 monit 확인해보니
이렇게 에러가 떠서 에러 검색해보니 리눅스 환경에서는 root권한 없이는 80포트에 접근이 제한된다고 하던데 어떻게 해야 root권한으로 들어갈 수 있나요?
답변 2
0
0
2020. 02. 25. 22:16
sunchief94@instance-1:~/nodebird$ npm start
> nodebird@0.0.1 start /home/sunchief94/nodebird
> cross-env NODE_ENV=production PORT=80 pm2 start app.js -i 0
[PM2] Spawning PM2 daemon with pm2_home=/home/sunchief94/.pm2
[PM2] PM2 Successfully daemonized
[PM2] Starting /home/sunchief94/nodebird/app.js in cluster_mode (0 instance)
[PM2] Done.
┌─────┬────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │
├─────┼────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 0 │ app │ default │ 0.0.1 │ cluster │ 12543 │ 0s │ 0 │ online │ 0% │ 43.3mb │ sun… │ disabled │
└─────┴────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘