From 6db3af5c3278b99c0e73a84c52fda02cf770c927 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Wed, 9 Oct 2024 21:30:05 -0400 Subject: [PATCH] Minor site address space/comma clarification --- src/docs/markdown/caddyfile/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/concepts.md b/src/docs/markdown/caddyfile/concepts.md index c78fcf6..c93627c 100644 --- a/src/docs/markdown/caddyfile/concepts.md +++ b/src/docs/markdown/caddyfile/concepts.md @@ -254,7 +254,7 @@ Wildcards (`*`) may be used, but only to represent precisely one label of the ho To catch all hosts, omit the host portion of the address, for example, simply `https://`. This is useful when using [On-Demand TLS](/docs/automatic-https#on-demand-tls), when you don't know the domains ahead of time. -If multiple sites share the same definition, you can list all of them together, either with spaces or commas. The following three examples are equivalent: +If multiple sites share the same definition, you can list all of them together, separated with spaces and commas (at least one space is necessary). The following three examples are equivalent: ```caddy # Comma separated site addresses