2017-09-26 08:22:03 +00:00
|
|
|
defaultEntryPoints = ["http"]
|
|
|
|
|
|
|
|
logLevel = "DEBUG"
|
|
|
|
|
|
|
|
[entryPoints]
|
|
|
|
[entryPoints.http]
|
|
|
|
address = ":8000"
|
|
|
|
|
2018-03-22 17:18:03 +00:00
|
|
|
[entryPoints.traefik]
|
|
|
|
address = ":8001"
|
|
|
|
|
2017-09-26 08:22:03 +00:00
|
|
|
[lifeCycle]
|
|
|
|
requestAcceptGraceTimeout = "10s"
|
|
|
|
|
|
|
|
[file]
|
2018-11-14 09:18:03 +00:00
|
|
|
[Routers]
|
|
|
|
[Routers.router]
|
|
|
|
Service = "service"
|
|
|
|
Rule = "Path:/service"
|
|
|
|
|
|
|
|
[Services]
|
|
|
|
[Services.service]
|
|
|
|
[Services.service.LoadBalancer]
|
|
|
|
|
|
|
|
[[Services.service.LoadBalancer.Servers]]
|
|
|
|
URL = "{{.Server}}"
|
|
|
|
Weight = 1
|
2018-03-22 17:18:03 +00:00
|
|
|
|
|
|
|
[ping]
|