Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove directory check, replace with index.html
The `try_files` directive in nginx will issue a 301 response if the given URI (`$uri`) exists as a directory (though this behavior is not explicitly documented). We remove the directory check and replace it with an explicit check for `index.html`.
- Loading branch information