Prefix Rewrite
Summary
If set, Prefix Rewrite indicates that during forwarding, the matched prefix (or path) should be swapped with this value.
How to configure
- Core
- Enterprise
- Kubernetes
YAML/JSON setting | Type | Usage |
---|---|---|
prefix_rewrite | string | optional |
Configure Prefix Rewrite in the Console:
- Set the Prefix in Path Matching settings:
- Set the Prefix Rewrite in Path Rewriting settings:
Name | Type | Usage |
---|---|---|
prefix_rewrite | string | optional |
See Kubernetes Ingress for more information
Examples
from: https://from.example.com
to: https://to.example.com
prefix: /admin
prefix_rewrite: /
A request to https://from.example.com/admin
would be forwarded to https://to.example.com/
.