diff --git a/src/docs/markdown/caddyfile/matchers.md b/src/docs/markdown/caddyfile/matchers.md index 85f788e..10d7544 100644 --- a/src/docs/markdown/caddyfile/matchers.md +++ b/src/docs/markdown/caddyfile/matchers.md @@ -261,7 +261,7 @@ Matches request by the `Host` header field of the request. It is not common to u #### Example: ```caddy-d -method sub.example.com +host sub.example.com ```