mirror of
https://github.com/traefik/traefik.git
synced 2025-08-07 07:07:12 +02:00
Fix yaml config example for HTTP provider headers
This commit is contained in:
parent
0f57f108ae
commit
ccc11a69f1
@ -84,8 +84,9 @@ Defines custom headers to be sent to the endpoint.
|
|||||||
|
|
||||||
```yaml tab="File (YAML)"
|
```yaml tab="File (YAML)"
|
||||||
providers:
|
providers:
|
||||||
headers:
|
http:
|
||||||
name: value
|
headers:
|
||||||
|
name: value
|
||||||
```
|
```
|
||||||
|
|
||||||
```toml tab="File (TOML)"
|
```toml tab="File (TOML)"
|
||||||
|
Loading…
Reference in New Issue
Block a user