I am trying to migrate from nginx + mongrel to nginx + passenger. The app loads and works but I can't get it to identify routes like /posts/100.xml. However, urls like /posts/100?format=xml work
Is there some configuration that I am missing?
Thanks, Prateek