From fc7325113eb11cb6524eb351049637b3cf3a6119 Mon Sep 17 00:00:00 2001 From: kailunwang-houzz Date: Tue, 9 Jul 2024 13:06:11 +0900 Subject: [PATCH] fix typo in comment --- cmd/promxy/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/promxy/config.yaml b/cmd/promxy/config.yaml index f7fca7aa6..bf002d6e6 100644 --- a/cmd/promxy/config.yaml +++ b/cmd/promxy/config.yaml @@ -98,7 +98,7 @@ promxy: http_client: tls_config: insecure_skip_verify: true - # ignore_error will make the given security group's response "optional" + # ignore_error will make the given server group's response "optional" # meaning if this servergroup returns and error and others don't the overall # query can still succeed ignore_error: true