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 ```toml
port = ":80" port = ":80"
graceTimeOut = 10 graceTimeOut = 10
traefikLogsFile = "log/traefik.log"
traefikLogsStdout = true
accessLogsFile = "log/access.log"
logLevel = "DEBUG" logLevel = "DEBUG"
traefikLogsStdout = true
# traefikLogsFile = "log/traefik.log"
# accessLogsFile = "log/access.log"
# CertFile = "traefik.crt" # CertFile = "traefik.crt"
# KeyFile = "traefik.key" # KeyFile = "traefik.key"
[docker] [web]
endpoint = "unix:///var/run/docker.sock" address = ":8080"
watch = true
domain = "localhost" # [docker]
# endpoint = "unix:///var/run/docker.sock"
# watch = true
# domain = "localhost"
# filename = "docker.tmpl" # filename = "docker.tmpl"
# [marathon] # [marathon]
@ -65,9 +68,6 @@ domain = "localhost"
# domain = "localhost" # domain = "localhost"
# filename = "marathon.tmpl" # filename = "marathon.tmpl"
[web]
address = ":8080"
# [file] # [file]
# filename = "rules.toml" # filename = "rules.toml"
# watch = true # watch = true