mirror of
https://github.com/caddyserver/website.git
synced 2025-06-15 02:34:51 -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
ece4339d25
commit
985e365c9d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue