is it possible (or a good idea) to run multiple Phusion passenger instances on 1 server (same rails app on many instances).
I wanna use Nginx as Frontend webserver (loadbalancer).
Any best practice?
Thanks
Yes it is possible and quite easy. Just you need to run it on different port.
You can refer this link. In this, they have ran same application on multiple ruby version.