mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
Update src/docs/markdown/caddyfile/directives/root.md
Co-authored-by: Mohammed Al Sahaf <msaa1990@gmail.com>
This commit is contained in:
parent
ea45d957bd
commit
7696fcd01a
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.
|
||||
|
||||
Prior to v2.8.0, that the `<path>` argument could be confused by the parser for a [matcher token](/docs/caddyfile/matchers#syntax) if it began with `/`, so it was necessary to specify a wildcard matcher token (`*`).
|
||||
Prior to v2.8.0, the `<path>` argument could be confused by the parser for a [matcher token](/docs/caddyfile/matchers#syntax) if it began with `/`, so it was necessary to specify a wildcard matcher token (`*`).
|
||||
|
||||
|
||||
## Examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue