0

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

user1117605
  • 111
  • 2
  • 11

2 Answers2

2

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.

shrikant1712
  • 4,336
  • 1
  • 24
  • 42
0

Yes it is possible and works fine. Just make sure they're assigned on different ports.

Hongli
  • 18,682
  • 15
  • 79
  • 107