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,10 +5,10 @@ sendAnonymousUsage = false
|
|||
[log]
|
||||
logLevel = "DEBUG"
|
||||
|
||||
[entrypoints]
|
||||
[entrypoints.web]
|
||||
[entryPoints]
|
||||
[entryPoints.web]
|
||||
address = "{{ .PortHTTP }}"
|
||||
[entrypoints.web-secure]
|
||||
[entryPoints.web-secure]
|
||||
address = "{{ .PortHTTPS }}"
|
||||
|
||||
[acme]
|
||||
|
|
|
@ -5,10 +5,10 @@ sendAnonymousUsage = false
|
|||
[log]
|
||||
logLevel = "DEBUG"
|
||||
|
||||
[entrypoints]
|
||||
[entrypoints.web]
|
||||
[entryPoints]
|
||||
[entryPoints.web]
|
||||
address = "{{ .PortHTTP }}"
|
||||
[entrypoints.web-secure]
|
||||
[entryPoints.web-secure]
|
||||
address = "{{ .PortHTTPS }}"
|
||||
|
||||
[acme]
|
||||
|
|
|
@ -5,10 +5,10 @@ sendAnonymousUsage = false
|
|||
[log]
|
||||
logLevel = "DEBUG"
|
||||
|
||||
[entrypoints]
|
||||
[entrypoints.web]
|
||||
[entryPoints]
|
||||
[entryPoints.web]
|
||||
address = "{{ .PortHTTP }}"
|
||||
[entrypoints.web-secure]
|
||||
[entryPoints.web-secure]
|
||||
address = "{{ .PortHTTPS }}"
|
||||
|
||||
[acme]
|
||||
|
|
|
@ -5,18 +5,18 @@ sendAnonymousUsage = false
|
|||
[log]
|
||||
logLevel = "DEBUG"
|
||||
|
||||
[entrypoints]
|
||||
[entrypoints.web]
|
||||
[entryPoints]
|
||||
[entryPoints.web]
|
||||
address = "{{ .PortHTTP }}"
|
||||
|
||||
[entrypoints.web-secure]
|
||||
[entryPoints.web-secure]
|
||||
address = "{{ .PortHTTPS }}"
|
||||
|
||||
[entrypoints.traefik]
|
||||
[entryPoints.traefik]
|
||||
address = ":9000"
|
||||
# FIXME
|
||||
# [entrypoints.traefik.tls]
|
||||
# [entrypoints.traefik.tls.DefaultCertificate]
|
||||
# [entryPoints.traefik.tls]
|
||||
# [entryPoints.traefik.tls.DefaultCertificate]
|
||||
# certFile = "fixtures/acme/ssl/wildcard.crt"
|
||||
# keyFile = "fixtures/acme/ssl/wildcard.key"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue