mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 02:28:53 +08:00
Update doc
This commit is contained in:
@@ -269,7 +269,7 @@ time:
|
|||||||
|
|
||||||
We can use ``*`` in the left most position of host to achieve wildcard
|
We can use ``*`` in the left most position of host to achieve wildcard
|
||||||
suffix match. If ``*`` is the left most character, then the remaining
|
suffix match. If ``*`` is the left most character, then the remaining
|
||||||
string should match to the request host suffix. For example,
|
string should match the request host suffix. For example,
|
||||||
``*.example.com`` matches ``www.example.com`` and ``dev.example.com``,
|
``*.example.com`` matches ``www.example.com`` and ``dev.example.com``,
|
||||||
and does not match ``example.com`` and ``nghttp2.org``. The exact
|
and does not match ``example.com`` and ``nghttp2.org``. The exact
|
||||||
match (without ``*``) always takes precedence over wildcard match.
|
match (without ``*``) always takes precedence over wildcard match.
|
||||||
|
|||||||
Reference in New Issue
Block a user