Alexandre
Alexandre

Reputation: 13308

Rails + nginx - work together

I installed passenger, nginx (1.2.1) and Rails 3.2.3. However I keep using WebBrick as a server for Rails because I can't figure out how to make them work together. In other words, how to run a website, I'm working on, on nginx.

Any suggestions?

Upvotes: 2

Views: 554

Answers (1)

davidb
davidb

Reputation: 8954

There are several solutions on the web includin nginx and thin which is a good combination. Here is one that worked for me:

http://blog.expertura.de/posts/17

Also one very good but in german (of cause code is still correct):

http://www.netzlogger.de/2010/02/rails-applikationen-mit-nginx-und-thin.html

Upvotes: 1

Related Questions