mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 21:16:15 -04:00
docs: Fix a few mistakes in Caddyfile concepts page
This commit is contained in:
parent
1ff0134570
commit
fdabe3dde2
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ example2.com {
|
|||
}
|
||||
```
|
||||
|
||||
If a request matches multiple site blocks, the first matching site is chosen. Requests don't cascade into to other site blocks.
|
||||
If a request matches multiple site blocks, the site block with the most specific matching address is chosen. Requests don't cascade into to other site blocks.
|
||||
|
||||
|
||||
### Directives
|
||||
|
@ -204,7 +204,7 @@ root /index.html /var/www # matcher token: /index.html
|
|||
root @post /var/www # matcher token: @post
|
||||
```
|
||||
|
||||
Matcher tokens can be omitted entirely to match all requests; for example, `*` or `/` do not need to be given.
|
||||
Matcher tokens can be omitted entirely to match all requests; for example, `*` does not need to be given if the next argument does not look like a path matcher.
|
||||
|
||||
**[Read the page about request matchers](/docs/caddyfile/matchers) to learn more.**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue