Commit 11a6ab4
authored
nginx.conf tweaks: return 404 page when not found (#1104)
* nginx.conf tweaks: return 404 page when not found
avoid returning a 500 error due to internal rewrite loop, which blocks/breaks
dynamic routes
* Remove 50x error page and try_files: these are default behaviors
This simplifies the config that we show users1 parent 9047338 commit 11a6ab4
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
| 208 | + | |
212 | 209 | | |
213 | 210 | | |
214 | 211 | | |
| |||
228 | 225 | | |
229 | 226 | | |
230 | 227 | | |
231 | | - | |
232 | 228 | | |
233 | 229 | | |
234 | 230 | | |
| |||
0 commit comments