33 lines
676 B
TOML
33 lines
676 B
TOML
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":80"
|
|
[entryPoints.http.http]
|
|
[entryPoints.http.http.redirections]
|
|
[entryPoints.http.http.redirections.entryPoint]
|
|
to = "https"
|
|
scheme = "https"
|
|
[entryPoints.https]
|
|
address = ":443"
|
|
[entryPoints.https.http2]
|
|
maxConcurrentStreams = 250
|
|
[entryPoints.traefik]
|
|
address = ":8080"
|
|
|
|
[api]
|
|
dashboard = true
|
|
|
|
|
|
[certificatesResolvers.myresolver.acme]
|
|
storage = "acme.json"
|
|
[certificatesResolvers.myresolver.acme.httpChallenge]
|
|
# used during the challenge
|
|
entryPoint = "http"
|
|
|
|
[providers]
|
|
[providers.file]
|
|
directory = "/traefik.conf.d/"
|
|
watch = true
|
|
|
|
[log]
|
|
level = 'INFO'
|