nghttpx: Document that patterns with host take precedence

This commit is contained in:
Tatsuhiro Tsujikawa 2015-07-11 16:45:07 +09:00
parent e7724914a9
commit 7c216c6df8
1 changed files with 4 additions and 3 deletions

View File

@ -1022,9 +1022,10 @@ Connections:
that it matches all paths under the host (e.g., that it matches all paths under the host (e.g.,
specifying "nghttp2.org" equals to "nghttp2.org/"). specifying "nghttp2.org" equals to "nghttp2.org/").
Longer patterns take precedence over shorter ones, Patterns with host take precedence over path only
breaking a tie by the order of the appearance in the patterns. Then, longer patterns take precedence over
configuration. shorter ones, breaking a tie by the order of the
appearance in the configuration.
If <PATTERN> is omitted, "/" is used as pattern, which If <PATTERN> is omitted, "/" is used as pattern, which
matches all paths (catch-all pattern). The catch-all matches all paths (catch-all pattern). The catch-all