My question is about running HTTP-server in combination with PM2.
The problem I face is that:
pm2 start /http-server --name http-server -- -p -d false
or
PM2 modules it self has in-build static file to be served, which is similar to http-server https://pm2.keymetrics.io/docs/usage/expose/
pm2 serve