mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 13:06:16 -04:00
docs: fix typo
This commit is contained in:
parent
0d05c7bf19
commit
89c547708b
3 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ handle [<matcher>] {
|
|||
|
||||
## Utility
|
||||
|
||||
If you prefer crafting HTTP handler logic in a more inheritence-based way like nginx location blocks, you may prefer the use of `handle` blocks rather than defining mutually-exclusive matchers for your directives. If inheritence is a desired characteristic of your HTTP handler configurations, then the `handle` directive may suit you well.
|
||||
If you prefer crafting HTTP handler logic in a more inheritance-based way like nginx location blocks, you may prefer the use of `handle` blocks rather than defining mutually-exclusive matchers for your directives. If inheritance is a desired characteristic of your HTTP handler configurations, then the `handle` directive may suit you well.
|
||||
|
||||
## Similar directives
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue