My suggestion would be to check our nginx error logs. They are really helpful when it comes to this because they can tell you which files nginx was actually looking for!
Also, try_files
alone doesn’t automatically look for index.html
. You might need to use add the index
directive.