Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

In my local, I am using werbrick application server for my localhost.

I have Ruby version 1.9.2 .and Rails version 3.1.

How to deploy On live,with Rails Project On Nginx Server?

And What will be the application server (like passenger module with apache) can be used with Nginx server for Rails 3.1 application?

share|improve this question
possible duplicate of Rails fraemework & Nginx web server – Frederick Cheung Jan 23 '12 at 8:12

1 Answer

up vote 1 down vote accepted

This blog post should give you a good starting point. This one here goes a little deeper in detail. Note: I used these to get nginx running on my local development machine (OSX 10.7) and to host different rails apps locally without using Webrick. Probably there is more to take care of on a live / production system.

share|improve this answer
Thanks frank... its really nice...! – Manish Shrivastava Jan 23 '12 at 10:03

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.