blob: daadba0af9bdcd30e7c50a8d7767ead2e9356c59 (
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
31
32
33
34
35
36
37
38
|
debug = false
defaultEntryPoints = ["http", "https"]
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.http.redirect]
entryPoint = "https"
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
[api]
[ping]
#[consul]
# endpoint = ""
# watch = true
#[consulCatalog]
# endpoint = ""
# domain = ""
#[acme]
# email = ""
# storage = "traefik/acme/account"
# entryPoint = "https"
# onDemand = true
# onHostRule = true
# acmeLogging = true
# [acme.dnsChallenge]
# provider = "cloudflare"
# delayBeforeCheck = 10
[rest]
entryPoint = "traefik"
|