docs: Clarify query matcher parameters

This commit is contained in:
Francis Lavoie 2020-04-23 19:31:15 -04:00
parent 86df96a069
commit a444b589a3
No known key found for this signature in database
GPG key ID: 7D1A27F0725BE5D8

View file

@ -276,7 +276,7 @@ By request protocol.
query <key>=<val>... query <key>=<val>...
``` ```
By query string parameters. Should be a sequence of `key=value` pairs. By query string parameters. Should be a sequence of `key=value` pairs. Keys are matched exactly, case-sensitively. Values are matched exactly, but also support `*` to match any value.
### remote_ip ### remote_ip