doc: http.host keyword note for matching on port

Signed-off-by: jason taylor <jtfas90@gmail.com>
pull/5356/head
jason taylor 5 years ago committed by Victor Julien
parent 703de67086
commit b21160a6e3

@ -648,6 +648,10 @@ to specify a lowercase pattern.
Notes Notes
~~~~~ ~~~~~
- ``http.host`` does not contain the port associated with
the host (i.e. abc.com:1234). To match on the host and port
or negate a host and port use ``http.host.raw``.
- The ``http.host`` and ``http.host.raw`` buffers are populated - The ``http.host`` and ``http.host.raw`` buffers are populated
from either the URI (if the full URI is present in the request like from either the URI (if the full URI is present in the request like
in a proxy request) or the HTTP Host header. If both are present, the in a proxy request) or the HTTP Host header. If both are present, the

Loading…
Cancel
Save