mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 22:16:15 -04:00
Add additional references to the directive order (#294)
This commit is contained in:
parent
3a3225f28b
commit
91e80a9d18
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue