mirror of
https://github.com/caddyserver/website.git
synced 2025-04-23 21:46:16 -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: route (Caddyfile directive)
|
|||
|
||||
Evaluates a group of directives literally and as a single unit.
|
||||
|
||||
Directives contained in a route block will not be reordered internally. Only HTTP handler directives (directives which add handlers or middleware to the chain) can be used in a route block.
|
||||
Directives contained in a route block will not be [reordered internally](/docs/caddyfile/directives#directive-order). Only HTTP handler directives (directives which add handlers or middleware to the chain) can be used in a route block.
|
||||
|
||||
This directive is a special case in that its subdirectives are also regular directives.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue