Apache virtual host proxy to nginx for ruby
- by Kevin Brown
I'm running a few php sites off apache and want to start rails dev.
I've installed rvm/nginx and can get my ruby site by going to websiteroot.com:8000...
How do I pass ruby.websiteroot.com to websiteroot.com:8000?
What's the best way for me to route a subdomain for ruby dev?? I'd switch to nginx completely if it weren't for all my php…