What is the best web server for Ruby on Rails application? [closed]

What is the best web server for ruby on rails application? Why?


Both GitHub and 37 Signals use nginx + unicorn.

https://github.com/blog/517-unicorn


Passenger running on Apache. Easy to set up, low memory usage, and well supported.


Passenger is becoming the norm. It has more configuration options and is faster.