Use the same case every where for entryPoints.
This commit is contained in:
parent
b9f826554c
commit
8389b46b5c
74 changed files with 248 additions and 248 deletions
|
@ -50,8 +50,8 @@ Once a day (the first call begins 10 minutes after the start of Traefik), we col
|
|||
??? example "Original configuration"
|
||||
|
||||
```toml
|
||||
[entrypoints]
|
||||
[entrypoints.web]
|
||||
[entryPoints]
|
||||
[entryPoints.web]
|
||||
address = ":80"
|
||||
|
||||
[api]
|
||||
|
@ -80,8 +80,8 @@ Once a day (the first call begins 10 minutes after the start of Traefik), we col
|
|||
??? example "Resulting Obfuscated Configuration"
|
||||
|
||||
```toml
|
||||
[entrypoints]
|
||||
[entrypoints.web]
|
||||
[entryPoints]
|
||||
[entryPoints.web]
|
||||
address = ":80"
|
||||
|
||||
[api]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue