mirror of
https://github.com/caddyserver/website.git
synced 2025-04-25 14:36:16 -04:00
Fix typos
This commit is contained in:
parent
8d5d93b379
commit
5daefb22d5
13 changed files with 15 additions and 15 deletions
|
@ -196,6 +196,6 @@ For ease of use, the Caddyfile adapter sorts directives according to the followi
|
|||
|
||||
- A directive with no matcher (i.e. matching all requests) is sorted last.
|
||||
|
||||
- The [`vars`](/docs/caddyfile/directives/vars) directive has its ordering by matcher reversed, because it involves setting values which can overwrite eachother, so the most specific matcher should be evaluated last.
|
||||
- The [`vars`](/docs/caddyfile/directives/vars) directive has its ordering by matcher reversed, because it involves setting values which can overwrite each other, so the most specific matcher should be evaluated last.
|
||||
|
||||
- The contents of the [`route`](/docs/caddyfile/directives/route) directive ignores all the above rules, and preserves the order the directives appear within.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue