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
|
@ -9,16 +9,16 @@ filePath = "traefik.log"
|
|||
[accessLog]
|
||||
filePath = "access.log"
|
||||
|
||||
[entrypoints]
|
||||
[entrypoints.web]
|
||||
[entryPoints]
|
||||
[entryPoints.web]
|
||||
address = ":8000"
|
||||
[entrypoints.frontendRedirect]
|
||||
[entryPoints.frontendRedirect]
|
||||
address = ":8005"
|
||||
[entrypoints.httpFrontendAuth]
|
||||
[entryPoints.httpFrontendAuth]
|
||||
address = ":8006"
|
||||
[entrypoints.httpRateLimit]
|
||||
[entryPoints.httpRateLimit]
|
||||
address = ":8007"
|
||||
[entrypoints.digestAuth]
|
||||
[entryPoints.digestAuth]
|
||||
address = ":8008"
|
||||
|
||||
[api]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue