mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 20:46:15 -04:00
Update src/docs/markdown/caddyfile/directives/try_files.md
Co-Authored-By: Matt Holt <mholt@users.noreply.github.com>
This commit is contained in:
parent
a89db915d1
commit
12e76586ef
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ The `try_files` directive is basically a shortcut for:
|
|||
rewrite @try_files {http.matchers.file.relative}
|
||||
```
|
||||
|
||||
Since this directive is a shortcut, it does not allow a matcher in its syntax. If you need a more complex matcher, then use the above expanded form as a basis.
|
||||
Note that this directive does not accept a matcher token. If you need more complex matching logic, then use the expanded form above as a basis.
|
||||
|
||||
|
||||
## Examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue