From 54229463dac048cab1a93bc476741df44e0b0bb2 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Fri, 24 Apr 2020 12:30:45 -0400 Subject: [PATCH] docs: Clarify query matcher parameters (#29) --- src/docs/markdown/caddyfile/matchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/matchers.md b/src/docs/markdown/caddyfile/matchers.md index 0ec22e9..af953a2 100644 --- a/src/docs/markdown/caddyfile/matchers.md +++ b/src/docs/markdown/caddyfile/matchers.md @@ -276,7 +276,7 @@ By request protocol. query =... ``` -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