Docs for v2.7.0 followup

- Mark some things as experimental
- Complete my sentence for `caddy storage` command
This commit is contained in:
Francis Lavoie 2023-07-17 20:51:37 -04:00
parent 194beebc7c
commit ee39c96c78
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
3 changed files with 13 additions and 1 deletions

View file

@ -4,6 +4,8 @@ title: invoke (Caddyfile directive)
# invoke
<i>⚠️ Experimental</i>
Invokes a [named route](/docs/caddyfile/concepts#named-routes).
This is useful when paired with HTTP handler directives that have their own in-memory state, or if they are expensive to provision on load. If you have hundreds of sites or more, invoking a named route can help reduce memory usage.