mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 21:16:15 -04:00
caddyfile: Clarify bad query string match behavior
This commit is contained in:
parent
6ccb6fff21
commit
e8368d6769
1 changed files with 2 additions and 0 deletions
|
@ -538,6 +538,8 @@ By query string parameters. Should be a sequence of `key=value` pairs. Keys are
|
|||
|
||||
There can be multiple `query` matchers per named matcher, and pairs with the same keys will be OR'ed together.
|
||||
|
||||
Illegal query strings (bad syntax, unescaped semicolons, etc.) will fail to parse and thus will not match.
|
||||
|
||||
#### Example:
|
||||
|
||||
Match requests with a `sort` query parameter with the value `asc`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue