mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
9 lines
121 B
Markdown
9 lines
121 B
Markdown
|
|
To start http application in cluster mode:
|
|
|
|
```bash
|
|
$ pm2 start ecosystem.config.js
|
|
# OR
|
|
$ pm2 start http.js -i max
|
|
```
|