Set Up a Secure Node.js Web Application
Karl Düüna
282
I want to run multiple instances of nodejs app. I can use nodejs cluster apis (already supported in pm2). But I would rather want to use nginx to distribute load among nodejs processes. Do you have any recommendations for managing multiple processes using systemd?