Install Nginx
Example: proxy a Node.js app on port 3000
Suppose your app runs onlocalhost:3000 (see Node.js & PM2). Create /etc/nginx/sites-available/app.example.com:
Add a second app on another subdomain
Repeat the pattern with a new file and a differentserver_name and proxy_pass port:
