Fixes the display of the associativity rules.
This commit is contained in:
parent
5f0451affe
commit
5f4d440493
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
Matcher rules determine if a particular request should be forwarded to a backend.
|
||||||
|
|
||||||
The associativity rule is the following:
|
The associativity rule is the following:
|
||||||
|
|
||||||
- `,` is the `OR` operator (works **only inside a matcher**, ex: `Host:foo.com,bar.com`).
|
- `,` is the `OR` operator (works **only inside a matcher**, ex: `Host:foo.com,bar.com`).
|
||||||
- i.e., forward a request if any rule matches.
|
- i.e., forward a request if any rule matches.
|
||||||
- Does not work for `Headers` and `HeadersRegexp`.
|
- Does not work for `Headers` and `HeadersRegexp`.
|
||||||
|
|
Loading…
Reference in a new issue