blob: a49ed1a71f25d440663d4b017e32afe4a69465eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
[global]
checkNewVersion = true
sendAnonymousUsage = true
[log]
level = "INFO"
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.https]
address = ":443"
[entryPoints.traefik]
address = "localhost:8080"
[api]
insecure = true
dashboard = true
[ping]
#[certificatesResolvers.sample.acme]
# email = ""
# storage = "traefik/acme/account"
# [certificatesResolvers.sample.acme.dnsChallenge]
# provider = "cloudflare"
# delayBeforeCheck = 10
|