From 985e365c9d31b8261167997119120c10a6aacfa3 Mon Sep 17 00:00:00 2001 From: a Date: Wed, 21 Aug 2024 14:06:12 -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 3416efc..1bb3768 100644 --- a/src/docs/markdown/extending-caddy/placeholders.md +++ b/src/docs/markdown/extending-caddy/placeholders.md @@ -18,7 +18,7 @@ Placeholders-like strings which start with a dollar sign (`{$FOO}`), are evaulat It is therefore important to understand that `{env.HOST}` is inherently different from something like `{$HOST}`. -As an example, see the following caddyfile: +As an example, see the following Caddyfile: ```caddyfile :8080 { respond {$HOST} 200