Skip to content

Commit

Permalink
docs: use backticks to not italicise glob path (#4460)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamburgess committed Dec 6, 2021
1 parent a1b417c commit dce81e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/caddyhttp/fileserver/staticfiles.go
Expand Up @@ -46,7 +46,7 @@ type FileServer struct {
Root string `json:"root,omitempty"`

// 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
// uses file system paths, not request paths. To clarify, the base of
// relative paths is the current working directory, NOT the site root.
Expand Down

0 comments on commit dce81e8

Please sign in to comment.