You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix regex_remap doc for overridable config syntax (#12663)
The documentation incorrectly suggested using
@overridable-config=<value> syntax for overriding configuration
variables. No such overridable-config option exists. The correct syntax
is to use the config name directly with @<config-name>=<value> (e.g.,
@proxy.config.url_remap.pristine_host_hdr=0). This commit removes the
incorrect reference and adds an example.
0 commit comments