Rails 3 shows 404 error instead of index.html (nginx + unicorn)
- by Miko
I have an index.html in public/ that should be loading by default but instead I get a 404 error when I try to access http://example.com/
The page you were looking for doesn't exist.
You may have mistyped the address or the page may have moved.
This has something to do with nginx and unicorn which I am using to power Rails 3
When take…