Better wording

This commit is contained in:
AD7six 2014-10-23 15:24:03 +00:00
parent 28da5151ed
commit f91d8fe776
1 changed files with 1 additions and 1 deletions

View File

@ -62,5 +62,5 @@ Consider the following server block:
It might be expected that a request for `http://example.com/somefolder/doesnt-exist`
would result in the contents of `/fallback.html` - but this is not the case. the
`try_files` directive in the server context _only applies if no location block
matches_, it is not a default which location blocks override.
matches_, it is not a default which location blocks inherit.