From 03e0406875d62e8da01aaee31ff6a50ee67a38cb Mon Sep 17 00:00:00 2001 From: "Dmitriy S. Sinyavskiy" Date: Tue, 11 Feb 2025 16:11:47 +0300 Subject: [PATCH] vmproxy: Readme updated --- vmproxy/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vmproxy/README.md b/vmproxy/README.md index 9d6c8920ca..a1fc11ad43 100644 --- a/vmproxy/README.md +++ b/vmproxy/README.md @@ -27,6 +27,11 @@ Multiple filters are joined with logical OR - such as `env=QA OR region=EU` If the header is not present, no extra filters are applied. +## Override Host header + +Use `--host-header=HOSTNAME` to override the Host header in a http request being proxied. May help with ACL issues on the network balancer. +For example if ACL has a strict check for Host value. + ## Contributing notes ### Building