Fix typos.
This commit is contained in:
parent
6942b063ee
commit
7d20871f0d
1 changed files with 2 additions and 2 deletions
|
@ -85,9 +85,9 @@ Frontends can be defined using the following rules:
|
|||
- `PathStrip`: Same as `Path` but strip the given prefix from the request URL's Path.
|
||||
- `PathPrefix`: PathPrefix adds a matcher for the URL path prefixes. This matches if the given template is a prefix of the full URL path.
|
||||
- `PathPrefixStrip`: Same as `PathPrefix` but strip the given prefix from the request URL's Path.
|
||||
- `AddPrefix`: Add prefix from the request URL's Path.
|
||||
- `AddPrefix`: Add prefix to the request URL's Path.
|
||||
|
||||
You can use multlple values for a rule by separating them with `,`.
|
||||
You can use multiple 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…
Reference in a new issue