Commit 6c8bb0a
committed
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`.1 parent 9a57940 commit 6c8bb0a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments