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 ...@@ -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 attempts to match the "most specific" patterns first. The general idea
is: if, for example, the patterns ``/foo/.../bar`` and is: if, for example, the patterns ``/foo/.../bar`` and
``/foo/.../baz/bar`` were assigned for a matching host, and the ``/foo/.../baz/bar`` were assigned for a matching host, and the
``path`` to be matched is ``/foo/quux/baz/bar``, then ``path`` to be matched is ``/foo/quux/baz/bar``, then the more
``/foo/.../baz/bar`` will be matched and the policy type assigned for specific pattern ``/foo/.../baz/bar`` will be matched and the policy
that pattern will be returned, even though ``/foo/.../bar`` would have type assigned for that pattern will be returned, even though
also matched. ``/foo/.../bar`` would have also matched.
Formally, the "more specific" relation is defined as: 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