mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 20:46:15 -04:00
root: Fix typo and change word (#272)
This commit is contained in:
parent
2541c63775
commit
cec799bd2f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ root [<matcher>] <path>
|
||||||
|
|
||||||
- **<path>** is the path to use for the site root.
|
- **<path>** is the path to use for the site root.
|
||||||
|
|
||||||
Note that the `<path>` argument could be confused by the parser as a [matcher token](/docs/caddyfile/matchers#syntax) if the it begins with `/`. To disambiguate, specify a wildcard matcher token (`*`). See examples below.
|
Note that the `<path>` argument could be confused by the parser for a [matcher token](/docs/caddyfile/matchers#syntax) if it begins with `/`. To disambiguate, specify a wildcard matcher token (`*`). See examples below.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue