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
|
@ -5,8 +5,8 @@ sendAnonymousUsage = false
|
|||
[log]
|
||||
logLevel = "DEBUG"
|
||||
|
||||
[entrypoints]
|
||||
[entrypoints.tcp]
|
||||
[entryPoints]
|
||||
[entryPoints.tcp]
|
||||
address = ":8093"
|
||||
|
||||
[api]
|
||||
|
@ -16,7 +16,7 @@ logLevel = "DEBUG"
|
|||
[tcp]
|
||||
[tcp.routers]
|
||||
[tcp.routers.to-whoami-no-tls]
|
||||
entrypoints = ["tcp"]
|
||||
entryPoints = ["tcp"]
|
||||
rule="HostSNI(`*`)"
|
||||
service = "whoami-no-tls"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue