mirror of
https://github.com/caddyserver/website.git
synced 2025-04-23 21:46:16 -04:00
docs: Update for rc2
This commit is contained in:
parent
632345845c
commit
8e7b3b81d0
2 changed files with 10 additions and 2 deletions
|
@ -223,13 +223,19 @@ By the method (verb) of the HTTP request. Verbs should be uppercase, like `POST`
|
|||
|
||||
### not
|
||||
|
||||
```
|
||||
not <any other matcher>
|
||||
```
|
||||
|
||||
or, to negate multiple matchers which get AND'ed, open a block:
|
||||
|
||||
```
|
||||
not {
|
||||
<any other matchers...>
|
||||
}
|
||||
```
|
||||
|
||||
Encloses other matchers and negates their result.
|
||||
The results of the enclosed matchers will be negated.
|
||||
|
||||
|
||||
### path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue