From 5f4d4404935ebfb887596b89ec99ae2b021d5b80 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Fri, 8 Feb 2019 09:06:03 +0100 Subject: [PATCH] Fixes the display of the associativity rules. --- docs/basics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/basics.md b/docs/basics.md index 9635dd3e7..56b68667a 100644 --- a/docs/basics.md +++ b/docs/basics.md @@ -95,6 +95,7 @@ Following is the list of existing modifier rules: Matcher rules determine if a particular request should be forwarded to a backend. The associativity rule is the following: + - `,` is the `OR` operator (works **only inside a matcher**, ex: `Host:foo.com,bar.com`). - i.e., forward a request if any rule matches. - Does not work for `Headers` and `HeadersRegexp`.