|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The regex rewrite configurations for custom domain names. |
||
| match |
string |
The matching rule. |
^/api/.+?/(.*) |
| replacement |
string |
The replacement rule. |
/api/v2/$1 |