From 0480b129f0fba2fe9d925c6373910c49c4dd1e6b Mon Sep 17 00:00:00 2001 From: Toby Allen Date: Thu, 9 Apr 2020 16:02:12 +0100 Subject: [PATCH] docs: Always use example.com (#21) Replace www.site.com with www.example.com --- src/docs/markdown/caddyfile/concepts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docs/markdown/caddyfile/concepts.md b/src/docs/markdown/caddyfile/concepts.md index c29c1f4..8f7e994 100644 --- a/src/docs/markdown/caddyfile/concepts.md +++ b/src/docs/markdown/caddyfile/concepts.md @@ -173,7 +173,7 @@ Wildcards (`*`) may be used, but only to represent precisely one label of the ho If multiple sites share the same definition, you can list all of them together: ``` -localhost:8080, example.com, www.site.com +localhost:8080, example.com, www.example.com ``` or @@ -181,7 +181,7 @@ or ``` localhost:8080, example.com, -www.site.com +www.example.com ``` Notice how the commas indicate the continuation of addresses. @@ -297,4 +297,4 @@ If present, it must be the very first block in the config. It is used to set options that apply globally, or not to any one site in particular. Inside, only global options can be set; you cannot use regular site directives in them. -[Learn more](/docs/caddyfile/options) about the global options block. \ No newline at end of file +[Learn more](/docs/caddyfile/options) about the global options block.