Regex Rewrite
yaml/jsonsetting:regex_rewrite_pattern,regex_rewrite_substitution- Type:
string - Optional
- Example:
{ "regex_rewrite_pattern":"^/service/([^/]+)(/.*)$", "regex_rewrite_substitution": "\\2/instance/\\1" }
If set, the URL path will be rewritten according to the pattern and substitution, similar to prefix_rewrite.