Skip to content

Instantly share code, notes, and snippets.

@fritzstauff
Created April 20, 2016 21:52
Show Gist options
  • Save fritzstauff/623cb09e3364327349a8b2bf87d5b636 to your computer and use it in GitHub Desktop.
Save fritzstauff/623cb09e3364327349a8b2bf87d5b636 to your computer and use it in GitHub Desktop.
graceTimeOut = 10
logLevel = "ERROR"
defaultEntryPoints = ["http", "https"]
[web]
address = ":8081"
CertFile = "/etc/traefik/certs/traefik-admin.cert.pem"
KeyFile = "/etc/traefik/certs/traefik-admin.key.pem"
[marathon]
endpoint = "{{ traefik_marathon_endpoint }}"
domain = "{{ traefik_marathon_domain }}"
watch = true
networkInterface = "eth0"
defaultEntryPoints = ["http", "https"]
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
[[entryPoints.https.tls.certificates]]
CertFile = "/etc/traefik/certs/traefik-admin.cert.pem"
KeyFile = "/etc/traefik/certs/traefik-admin.key.pem"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment