Skip to content

Commit

Permalink
docs: Remove duplicate "Proxy client configuration" section
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiN committed Nov 20, 2024
1 parent 52a7312 commit 2fe9913
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down

0 comments on commit 2fe9913

Please sign in to comment.