docs: Improve not example wording

This commit is contained in:
Francis Lavoie 2020-06-01 21:17:46 -04:00
parent c2be8cf36c
commit 8dd1b1d480
No known key found for this signature in database
GPG key ID: 7D1A27F0725BE5D8

View file

@ -318,7 +318,7 @@ Match requests WITH NEITHER:
- an `/api/` path prefix, NOR
- the `POST` request method
i.e. can have none of these to match
i.e. must have none of these to match:
```caddy-d
not path /api/*
@ -329,7 +329,7 @@ Match requests WITHOUT BOTH:
- an `/api/` path prefix, AND
- 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
not {