mirror of
https://github.com/caddyserver/website.git
synced 2025-06-22 06:00:34 -04:00
docs: Improve not
example wording
This commit is contained in:
parent
c2be8cf36c
commit
8dd1b1d480
1 changed files with 2 additions and 2 deletions
|
@ -318,7 +318,7 @@ Match requests WITH NEITHER:
|
||||||
- an `/api/` path prefix, NOR
|
- an `/api/` path prefix, NOR
|
||||||
- the `POST` request method
|
- the `POST` request method
|
||||||
|
|
||||||
i.e. can have none of these to match
|
i.e. must have none of these to match:
|
||||||
|
|
||||||
```caddy-d
|
```caddy-d
|
||||||
not path /api/*
|
not path /api/*
|
||||||
|
@ -329,7 +329,7 @@ Match requests WITHOUT BOTH:
|
||||||
- an `/api/` path prefix, AND
|
- an `/api/` path prefix, AND
|
||||||
- the `POST` request method
|
- the `POST` request method
|
||||||
|
|
||||||
i.e. can have zero or one of these to match
|
i.e. must have neither or either of these to match:
|
||||||
|
|
||||||
```caddy-d
|
```caddy-d
|
||||||
not {
|
not {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue