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
|
|
|
|
|
2022-09-20 00:42:33 +00:00
|
|
|
|
|
|
|
[certificatesResolvers.myresolver.acme]
|
2022-09-11 21:41:24 +00:00
|
|
|
storage = "acme.json"
|
2022-09-20 01:49:29 +00:00
|
|
|
[certificatesResolvers.myresolver.acme.tlsChallenge]
|
2022-09-11 21:41:24 +00:00
|
|
|
|
|
|
|
[providers]
|
|
|
|
[providers.file]
|
|
|
|
directory = "/traefik.conf.d/"
|
|
|
|
watch = true
|
|
|
|
|
|
|
|
[log]
|
|
|
|
level = 'INFO'
|