Fixes the display of the associativity rules.

This commit is contained in:
Ludovic Fernandez 2019-02-08 09:06:03 +01:00 committed by Traefiker Bot
parent 5f0451affe
commit 5f4d440493

View file

@ -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`.