mirror of
https://github.com/caddyserver/website.git
synced 2025-06-14 18:25:12 -04:00
Update src/docs/markdown/extending-caddy/placeholders.md
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
This commit is contained in:
parent
bcd6694039
commit
31eec04425
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue