mirror of
https://github.com/caddyserver/caddy.git
synced 2025-07-09 03:04:57 -04:00
Clarify case insensitivity of path and host matching
parent
d9ba43f577
commit
c810af65d4
@ -1356,7 +1356,7 @@ Matches requests by Host header.
|
|||||||
"host": []
|
"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
|
##### http.matchers.path
|
||||||
|
|
||||||
@ -1366,7 +1366,7 @@ Matches requests by request path.
|
|||||||
"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
|
##### http.matchers.path_regexp
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user