From c2be8cf36cba6b1d899ed8177751f7da22e34c94 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Mon, 1 Jun 2020 20:28:14 -0400 Subject: [PATCH] docs: Fix incorrect host matcher example Co-authored-by: Matt Holt --- src/docs/markdown/caddyfile/matchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```