Hi, I use passenger with nginx. I have multiple apps and they talk to each other. I configure the passenger to host these same apps in both test and dev environments. Now the problem is sometimes when I go to the dev environment on app1, and the app1 talks to the app2, but it hit the app2's test url. If I use mongrel no such problem. Does anybody here have the same issue and can share how to avoid the behavior? Thank you