diff --git a/src/docs/markdown/caddyfile/directives/redir.md b/src/docs/markdown/caddyfile/directives/redir.md index d50e0a0..c9a6ce3 100644 --- a/src/docs/markdown/caddyfile/directives/redir.md +++ b/src/docs/markdown/caddyfile/directives/redir.md @@ -33,7 +33,7 @@ Redirect all requests to `https://example.com`: redir https://example.com ``` -Same, but preserve the existing URI: +Same, but preserve the existing URI by appending the [`{uri}` placeholder](/docs/caddyfile/concepts#placeholders): ```caddy-d redir https://example.com{uri}