Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2016-03-20 18:28:01 +09:00
parent 442bd47535
commit c459034ae9
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ time:
We can use ``*`` in the left most position of host to achieve wildcard
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``,
and does not match ``example.com`` and ``nghttp2.org``. The exact
match (without ``*``) always takes precedence over wildcard match.