From 29205a5f9827afeffc9ece758974583b117057a2 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Fri, 16 Dec 2022 13:32:14 +0100 Subject: [PATCH] Make Proxy Connect Headers consistent with Prometheus Signed-off-by: Julien Pivotto --- CONFIGURATION.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/CONFIGURATION.md b/CONFIGURATION.md index a99202f..5c9eaa4 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -113,12 +113,9 @@ The other placeholders are specified separately. # HTTP proxy server to use to connect to the targets. [ proxy_url: ] - - # Headers to pass to the HTTP proxy. If set, proxy_url must also be set. - [ proxy_connect_header: - : ... - ... - ] + # Specifies headers to send to proxies during CONNECT requests. + [ proxy_connect_headers: + [ : [, ...] ] ] # Skip DNS resolution and URL change when an HTTP proxy (proxy_url) is set. [ skip_resolve_phase_with_proxy: | default = false ] -- 2.25.1