traefik-container/traefik.toml

26 lines
460 B
TOML
Raw Normal View History

2022-09-11 21:41:24 +00:00
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.https]
address = ":443"
2022-09-11 23:35:56 +00:00
[entryPoints.https.http2]
maxConcurrentStreams = 250
2022-09-11 21:41:24 +00:00
[entryPoints.traefik]
address = ":8080"
[api]
dashboard = true
[certificatesResolvers.myresolver.acme]
2022-09-11 21:41:24 +00:00
storage = "acme.json"
[certificatesResolvers.myresolver.acme.tlsChallenge]
2022-09-11 21:41:24 +00:00
[providers]
[providers.file]
directory = "/traefik.conf.d/"
watch = true
[log]
level = 'INFO'