Update README.md
This commit is contained in:
parent
77ddda7f61
commit
d0f39109f9
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ spec:
|
|||
In this ingress definition, any characters captured by `(.*)` will be assigned to the placeholder `$2`, which is then used as a parameter in the `rewrite-target` annotation.
|
||||
|
||||
For example, the ingress definition above will result in the following rewrites:
|
||||
|
||||
- `rewrite.bar.com/something` rewrites to `rewrite.bar.com/`
|
||||
- `rewrite.bar.com/something/` rewrites to `rewrite.bar.com/`
|
||||
- `rewrite.bar.com/something/new` rewrites to `rewrite.bar.com/new`
|
||||
|
|
Loading…
Reference in a new issue