mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-02 06:07:21 +01:00
docs: use backticks to not italicise glob path (#4460)
This commit is contained in:
parent
a1b417c832
commit
dce81e85d5
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ type FileServer struct {
|
||||||
Root string `json:"root,omitempty"`
|
Root string `json:"root,omitempty"`
|
||||||
|
|
||||||
// A list of files or folders to hide; the file server will pretend as if
|
// A list of files or folders to hide; the file server will pretend as if
|
||||||
// they don't exist. Accepts globular patterns like "*.ext" or "/foo/*/bar"
|
// they don't exist. Accepts globular patterns like `*.ext` or `/foo/*/bar`
|
||||||
// as well as placeholders. Because site roots can be dynamic, this list
|
// as well as placeholders. Because site roots can be dynamic, this list
|
||||||
// uses file system paths, not request paths. To clarify, the base of
|
// uses file system paths, not request paths. To clarify, the base of
|
||||||
// relative paths is the current working directory, NOT the site root.
|
// relative paths is the current working directory, NOT the site root.
|
||||||
|
|
Loading…
Reference in a new issue