pm2 serve

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 Feb 3 12:54
Editor
Edited
Edited
2023 Oct 28 15:11
Refs
Refs
pm2 serve --spa
 
{ "apps": [ { "name": "stpano-drone", "script": "serve", "merge_logs": true, "log_date_format": "YYYY-MM-DD HH:mm", "max_memory_restart": "4000M", "env": { "PM2_SERVE_PATH": ".", "HOST": "0.0.0.0", "PM2_SERVE_PORT": 8000, "NODE_ENV": "production" } } ] }
 
 
PM2 - Expose static file over http
Advanced process manager for production Node.js applications. Load balancer, logs facility, startup script, micro service management, at a glance.
PM2 - Expose static file over http
 

Recommendations