From 31eec044252c4786f3ba38eb6f97625ec9785a0d Mon Sep 17 00:00:00 2001 From: a Date: Wed, 21 Aug 2024 14:05:57 -0500 Subject: [PATCH] Update src/docs/markdown/extending-caddy/placeholders.md Co-authored-by: Matt Holt --- src/docs/markdown/extending-caddy/placeholders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/extending-caddy/placeholders.md b/src/docs/markdown/extending-caddy/placeholders.md index 001e2de..b4535dc 100644 --- a/src/docs/markdown/extending-caddy/placeholders.md +++ b/src/docs/markdown/extending-caddy/placeholders.md @@ -4,7 +4,7 @@ title: "Placeholder Support" # Placeholders -In Caddy, placeholders are processed by each individual plugin themselves. They are not parsed at config time, but instead preserved and processed at runtime. +In Caddy, placeholders are processed by each individual plugin as needed; they do not automatically work everywhere. This means that if you wish for your plugin to support placeholders, you must explicitly add support for them.