redir: Mention that {uri} is a placeholder in examples

This commit is contained in:
Francis Lavoie 2023-08-15 16:53:16 -04:00
parent 39bf640d22
commit c6a6daf3f9
No known key found for this signature in database
GPG key ID: 0F66EE1687682239

View file

@ -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}