2018-11-27 17:42:04 +01:00
|
|
|
[log]
|
2017-09-18 15:50:03 +02:00
|
|
|
logLevel = "DEBUG"
|
|
|
|
|
2019-03-14 09:30:04 +01:00
|
|
|
[entrypoints]
|
|
|
|
[entrypoints.web]
|
2018-11-14 10:18:03 +01:00
|
|
|
address = ":8000"
|
2017-09-18 15:50:03 +02:00
|
|
|
|
2018-01-11 09:46:03 +01:00
|
|
|
[api]
|
2017-09-18 15:50:03 +02:00
|
|
|
|
2018-11-27 17:42:04 +01:00
|
|
|
[providers]
|
|
|
|
[providers.file]
|
2017-09-18 15:50:03 +02:00
|
|
|
|
2019-03-14 09:30:04 +01:00
|
|
|
[http.routers]
|
|
|
|
[http.routers.router1]
|
2018-11-14 10:18:03 +01:00
|
|
|
service = "service1"
|
2019-01-30 16:24:07 +01:00
|
|
|
Rule = "Host(`test.localhost`)"
|
2018-11-14 10:18:03 +01:00
|
|
|
|
2019-03-14 09:30:04 +01:00
|
|
|
[http.services]
|
|
|
|
[http.services.service1.loadbalancer]
|
2018-11-14 10:18:03 +01:00
|
|
|
method = "drr"
|
2019-03-14 09:30:04 +01:00
|
|
|
[http.services.service1.loadbalancer.healthcheck]
|
2018-11-14 10:18:03 +01:00
|
|
|
path = "/health"
|
|
|
|
port = 80
|
|
|
|
interval = "1s"
|
|
|
|
timeout = "0.9s"
|
2019-03-14 09:30:04 +01:00
|
|
|
[[http.services.service1.loadbalancer.servers]]
|
2018-11-14 10:18:03 +01:00
|
|
|
url = "http://{{.Server1}}:81"
|
|
|
|
weight = 1
|