Minor directives page fix

This commit is contained in:
Francis Lavoie 2023-09-27 14:04:20 -04:00
parent f10b1e85f1
commit dfd52789d9
No known key found for this signature in database
GPG key ID: 0F66EE1687682239

View file

@ -167,7 +167,7 @@ acme_server
For ease of use, the Caddyfile adapter sorts directives according to the following rules:
- Differently named directives are sorted by their position in the [default order](#directive-order#order). The default order can be overridden with the [`order` global option](/docs/caddyfile/options).
- Differently named directives are sorted by their position in the [default order](#order). The default order can be overridden with the [`order` global option](/docs/caddyfile/options). Directives from plugins _do not_ have an order, so the [`order`](/docs/caddyfile/options) global option or the [`route`](/docs/caddyfile/directives/route) directive should be used to set one.
- Same-named directives are sorted according to their [matchers](/docs/caddyfile/matchers#syntax).