aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/traefik/traefik.toml
blob: 3b2470b6beb3aa350f038eb4f16006ee54239748 (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
28
29
30
[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

[pilot]
  dashboard = false

[ping]

#[certificatesResolvers.sample.acme]
#  email = ""
#  storage = "traefik/acme/account"
#  [certificatesResolvers.sample.acme.dnsChallenge]
#    provider = "cloudflare"
#    delayBeforeCheck = 10