mirror of
https://github.com/caddyserver/website.git
synced 2025-06-22 22:20:32 -04:00
docs: roll_uncompressed
, roll_local_time
This commit is contained in:
parent
891d55239d
commit
71cced03cb
2 changed files with 5 additions and 1 deletions
|
@ -58,7 +58,7 @@ Caddy's configuration supports the use of _placeholders_ (variables). Using plac
|
|||
|
||||
Placeholders are bounded on either side by curly braces `{ }` and contain the variable name inside, for example: `{foo.bar}`. Placeholder braces can be escaped, `\{like so\}`. Variable names are typically namespaced with dots to avoid collisions across modules.
|
||||
|
||||
Which placeholders are available depends on the context. Not all placeholders are available in all parts of the config. For example, [the HTTP app sets placeholders](/docs/json/apps/http/) that are only available in areas of the config related to handling HTTP requests.
|
||||
Which placeholders are available depends on the context. Not all placeholders are available in all parts of the config. For example, [the HTTP app sets placeholders](/docs/json/apps/http/#docs) that are only available in areas of the config related to handling HTTP requests.
|
||||
|
||||
The following placeholders are always available:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue