Commit ae0c7084 authored by Geoff Simmons's avatar Geoff Simmons

update README

parent e9dee87e
......@@ -492,10 +492,10 @@ If more than one path pattern was assigned for the host, then it
attempts to match the "most specific" patterns first. The general idea
is: if, for example, the patterns ``/foo/.../bar`` and
``/foo/.../baz/bar`` were assigned for a matching host, and the
``path`` to be matched is ``/foo/quux/baz/bar``, then
``/foo/.../baz/bar`` will be matched and the policy type assigned for
that pattern will be returned, even though ``/foo/.../bar`` would have
also matched.
``path`` to be matched is ``/foo/quux/baz/bar``, then the more
specific pattern ``/foo/.../baz/bar`` will be matched and the policy
type assigned for that pattern will be returned, even though
``/foo/.../bar`` would have also matched.
Formally, the "more specific" relation is defined as:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment