This commit is contained in:
emile 2015-09-13 21:08:43 +02:00
parent f0985c1514
commit e81fa28062

View file

@ -45,17 +45,20 @@ Here is a sample configuration TOML file:
```toml
port = ":80"
graceTimeOut = 10
traefikLogsFile = "log/traefik.log"
traefikLogsStdout = true
accessLogsFile = "log/access.log"
logLevel = "DEBUG"
traefikLogsStdout = true
# traefikLogsFile = "log/traefik.log"
# accessLogsFile = "log/access.log"
# CertFile = "traefik.crt"
# KeyFile = "traefik.key"
[docker]
endpoint = "unix:///var/run/docker.sock"
watch = true
domain = "localhost"
[web]
address = ":8080"
# [docker]
# endpoint = "unix:///var/run/docker.sock"
# watch = true
# domain = "localhost"
# filename = "docker.tmpl"
# [marathon]
@ -65,9 +68,6 @@ domain = "localhost"
# domain = "localhost"
# filename = "marathon.tmpl"
[web]
address = ":8080"
# [file]
# filename = "rules.toml"
# watch = true