diff --git a/v2:-Documentation.md b/v2:-Documentation.md index 8ed3254..2ef8c4b 100644 --- a/v2:-Documentation.md +++ b/v2:-Documentation.md @@ -1356,7 +1356,7 @@ Matches requests by Host header. "host": [] ``` -Host values can contain wildcards to substitute for one label of the domain name. +Host values can contain wildcards to substitute for one label of the domain name. Host matching is case-insensitive. ##### http.matchers.path @@ -1366,7 +1366,7 @@ Matches requests by request path. "path": [] ``` -Paths may contain globular patterns. +Paths may contain globular patterns. Path matching is case-insensitive. If case sensitivity is required, use a path_regexp matcher. ##### http.matchers.path_regexp