**Is your request related to a problem?**  **Describe the solution you would like**  **Additional Context** * https://caddyserver.com/docs/caddyfile/concepts#addresses > [Placeholders](https://caddyserver.com/docs/caddyfile/concepts#placeholders) **cannot** be used in addresses, but you may use Caddyfile-style [environment variables](https://caddyserver.com/docs/caddyfile/concepts#environment-variables) in them: > > ```caddy > {$DOMAIN:localhost} { > # ... > } > ```