From 2fe991319e0cb8b4f142cb2aa48c637fe87f17a0 Mon Sep 17 00:00:00 2001 From: TwiN Date: Tue, 19 Nov 2024 20:45:54 -0500 Subject: [PATCH] docs: Remove duplicate "Proxy client configuration" section --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index a6b02fad..50dc8165 100644 --- a/README.md +++ b/README.md @@ -2224,7 +2224,6 @@ endpoints: ### Proxy client configuration - You can configure a proxy for the client to use by setting the `proxy-url` parameter in the client configuration. ```yaml @@ -2237,19 +2236,6 @@ endpoints: - "[STATUS] == 200" ``` -### Proxy client configuration - -You can configure a proxy for the client to use by setting the `proxy-url` parameter in the client configuration. - -```yaml -endpoints: - - name: website - url: "https://twin.sh/health" - client: - proxy-url: http://proxy.example.com:8080 - conditions: - - "[STATUS] == 200" -``` ### How to fix 431 Request Header Fields Too Large error Depending on where your environment is deployed and what kind of middleware or reverse proxy sits in front of Gatus,