Excuse me if my question may seem inappropriate but i was unable to find any information regarding my question.
I am currently choosing a production web server for my rails app, Passenger seems to fit my needs perfectly, although there is a small question that popped in my head.
It seems that Passenger is already based on Nginx core, but I see there is also a version passenger-nginx
. What's the difference between them if they are both based on Nginx?
Thank you in advance.