From b65802947242ce0a11c3ab7dbd79924d95bb17a9 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Thu, 22 Aug 2019 13:46:05 -0600 Subject: [PATCH] Clarify that global config is not inheritence --- v2:-Documentation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v2:-Documentation.md b/v2:-Documentation.md index b7ffdb0..71e1fb6 100644 --- a/v2:-Documentation.md +++ b/v2:-Documentation.md @@ -444,6 +444,8 @@ Simply create a server block with no keys to specify such global options. The fo } ``` +Note that this feature is not a "defaults" block which all other sites inherit. The Caddyfile does not have inheritence. To share repeated directives across many site definitions, use snippets. + #### Caddyfile directives