mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 21:16:15 -04:00
docs: Unify matcher reference docs
This commit is contained in:
parent
7aea0e2606
commit
1aaff7aeb4
6 changed files with 114 additions and 101 deletions
|
@ -27,7 +27,7 @@ Set the site root to `/home/user/public_html` for all requests:
|
|||
root * /home/user/public_html
|
||||
```
|
||||
|
||||
(A [wildcard matcher](/docs/caddyfile/concepts#wildcard-matcher) is required in this case because the first argument is ambiguous with a [path matcher](/docs/caddyfile/concepts#path-matcher).)
|
||||
(A [wildcard matcher](/docs/caddyfile/matchers#wildcard-matchers) is required in this case because the first argument is ambiguous with a [path matcher](/docs/caddyfile/matchers#path-matchers).)
|
||||
|
||||
Set the site root to `public_html` (relative to current working directory) for all requests:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue