Files
iptv-proxy/traefik/treafik.toml
Pierre-Emmanuel Jacquier ce1abca2cc Add https and traefix instructions
Signed-off-by: Pierre-Emmanuel Jacquier <pierre-emmanuel.jacquier@exoscale.ch>
2019-09-13 12:22:50 +00:00

30 lines
531 B
TOML

debug = false
logLevel = "ERROR"
defaultEntryPoints = ["https","http"]
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.http.redirect]
entryPoint = "https"
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
[retry]
[docker]
endpoint = "unix:///var/run/docker.sock"
domain = "iptv.proxyexample.xyz"
watch = true
exposedByDefault = false
[acme]
email = "support@iptv.proxyexample.xyz"
storage = "acme.json"
entryPoint = "https"
onHostRule = true
[acme.httpChallenge]
entryPoint = "http"