I have a subdirectory on my rails app that I want entirely static. My problem is that I am unable to visit /subdirectory/ and have it show index.html, I have to go to /subdirectory/index.html.
How can show the index files for subdirectories? I'm using nginx and rails 2.3.11