File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -2224,7 +2224,6 @@ endpoints:
2224
2224
2225
2225
2226
2226
# ## Proxy client configuration
2227
-
2228
2227
You can configure a proxy for the client to use by setting the `proxy-url` parameter in the client configuration.
2229
2228
2230
2229
` ` ` yaml
@@ -2237,19 +2236,6 @@ endpoints:
2237
2236
- "[STATUS] == 200"
2238
2237
` ` `
2239
2238
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
- ` ` `
2253
2239
2254
2240
# ## How to fix 431 Request Header Fields Too Large error
2255
2241
Depending on where your environment is deployed and what kind of middleware or reverse proxy sits in front of Gatus,
You can’t perform that action at this time.
0 commit comments