Add additional references to the directive order (#294)

This commit is contained in:
Moritz Poldrack 2023-01-28 05:16:21 +01:00 committed by GitHub
parent 3a3225f28b
commit 91e80a9d18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ title: redir (Caddyfile directive)
Issues an HTTP redirect to the client.
This directive implies that a matched request is to be rejected. It is ordered very early in the handler chain (before [`rewrite`](/docs/caddyfile/directives/rewrite)).
This directive implies that a matched request is to be rejected. It is ordered very early in the [handler chain](/docs/caddyfile/directives#directive-order) (before [`rewrite`](/docs/caddyfile/directives/rewrite)).
## Syntax