Where/How do you configure phusion passenger when running nginx?
Posted
by Joey
on Server Fault
See other posts from Server Fault
or by Joey
Published on 2010-02-11T12:58:13Z
Indexed on
2010/03/27
10:03 UTC
Read the original article
Hit count: 434
Im running Nginx and Phusion Passenger for my rails app and I want to be able to configure passenger. All I have seen is how to configure it while running apache which doesn't help me. For example, I want to change the following
PassengerPoolIdleTime 0
RailsFrameworkSpawnerIdleTime 0
Where does this go? Putting it in my nginx config causes unknown directive errors.
© Server Fault or respective owner