mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-21 15:33:17 +01:00
docs: Remove duplicate "Proxy client configuration" section
This commit is contained in:
parent
52a73125f9
commit
2fe991319e
14
README.md
14
README.md
@ -2224,7 +2224,6 @@ endpoints:
|
|||||||
|
|
||||||
|
|
||||||
### Proxy client configuration
|
### Proxy client configuration
|
||||||
|
|
||||||
You can configure a proxy for the client to use by setting the `proxy-url` parameter in the client configuration.
|
You can configure a proxy for the client to use by setting the `proxy-url` parameter in the client configuration.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@ -2237,19 +2236,6 @@ endpoints:
|
|||||||
- "[STATUS] == 200"
|
- "[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
|
### 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,
|
Depending on where your environment is deployed and what kind of middleware or reverse proxy sits in front of Gatus,
|
||||||
|
Loading…
Reference in New Issue
Block a user