Skip to content

Commit 2fe9913

Browse files
committed
docs: Remove duplicate "Proxy client configuration" section
1 parent 52a7312 commit 2fe9913

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

-14
Original file line numberDiff line numberDiff line change
@@ -2224,7 +2224,6 @@ endpoints:
22242224

22252225

22262226
### Proxy client configuration
2227-
22282227
You can configure a proxy for the client to use by setting the `proxy-url` parameter in the client configuration.
22292228

22302229
```yaml
@@ -2237,19 +2236,6 @@ endpoints:
22372236
- "[STATUS] == 200"
22382237
```
22392238

2240-
### Proxy client configuration
2241-
2242-
You can configure a proxy for the client to use by setting the `proxy-url` parameter in the client configuration.
2243-
2244-
```yaml
2245-
endpoints:
2246-
- name: website
2247-
url: "https://twin.sh/health"
2248-
client:
2249-
proxy-url: http://proxy.example.com:8080
2250-
conditions:
2251-
- "[STATUS] == 200"
2252-
```
22532239

22542240
### How to fix 431 Request Header Fields Too Large error
22552241
Depending on where your environment is deployed and what kind of middleware or reverse proxy sits in front of Gatus,

0 commit comments

Comments
 (0)