with RVM, can multiple rails sites using different rvm's with nginx and passenger?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Passenger 3 has support for this. You need to set up reverse proxying, pick which will be your default ruby, and use Passenger Standalone on a different port for each non-default version of ruby you want to use. Have a read of this article on the Phusion blog - it explains it better than me. |
|||
|
|