Update src/docs/markdown/caddyfile/directives/root.md

Co-authored-by: Mohammed Al Sahaf <msaa1990@gmail.com>
This commit is contained in:
Francis Lavoie 2024-04-24 11:46:23 -04:00
parent ea45d957bd
commit 7696fcd01a
No known key found for this signature in database
GPG key ID: 656DB341634BFCE1

View file

@ -19,7 +19,7 @@ root [<matcher>] <path>
- **&lt;path&gt;** 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