26 lines
460 B
TOML
26 lines
460 B
TOML
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":80"
|
|
[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.tlsChallenge]
|
|
|
|
[providers]
|
|
[providers.file]
|
|
directory = "/traefik.conf.d/"
|
|
watch = true
|
|
|
|
[log]
|
|
level = 'INFO'
|