mirror of
https://github.com/containous/traefik.git
synced 2025-03-31 10:50:12 +03:00
Add multiple values for one rule to docs
This commit is contained in:
parent
8a348423ae
commit
bfc7b3d183
@ -87,7 +87,8 @@ Frontends can be defined using the following rules:
|
||||
- `PathPrefixStrip`: Same as `PathPrefix` but strip the given prefix from the request URL's Path.
|
||||
- `AddPrefix` : Add prefix from the request URL's Path.
|
||||
|
||||
You can use multiple rules by separating them by `;`
|
||||
You can use multlple values for a rule by separating them with `,`.
|
||||
You can use multiple rules by separating them by `;`.
|
||||
|
||||
You can optionally enable `passHostHeader` to forward client `Host` header to the backend.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user