mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 20:46:15 -04:00
docs: Clarify query matcher parameters (#29)
This commit is contained in:
parent
86df96a069
commit
54229463da
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ By request protocol.
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue