Skip to main content

Regex Rewrite

Summary

If Regex Rewrite is set, the URL path will be rewritten according to the pattern and substitution, similar to prefix_rewrite.

How to configure

YAML/JSON settingTypeUsage
regex_rewrite_patternstringoptional
regex_rewrite_substitutionstringoptional

Examples

regex_rewrite_pattern: '^/service/([^/]+)(/.*)$'
regex_rewrite_substitution: "\\2/instance/\\1"