2018-11-14 09:18:03 +00:00
|
|
|
[services]
|
|
|
|
[services.test.loadbalancer]
|
|
|
|
[[services.test.loadbalancer.servers]]
|
2017-11-09 11:16:03 +00:00
|
|
|
url = "http://127.0.0.1:9010"
|
2018-04-11 14:30:04 +00:00
|
|
|
weight = 1
|
2017-11-09 11:16:03 +00:00
|
|
|
|
2018-11-14 09:18:03 +00:00
|
|
|
[routers]
|
|
|
|
[routers.test]
|
|
|
|
service = "test"
|
|
|
|
rule = "Host:traefik.acme.wtf"
|
|
|
|
entryPoints = ["https"]
|
|
|
|
|
2017-11-09 11:16:03 +00:00
|
|
|
|
2018-01-23 15:30:07 +00:00
|
|
|
[[tls]]
|
2017-11-09 11:16:03 +00:00
|
|
|
entryPoints = ["https"]
|
2018-03-12 09:40:04 +00:00
|
|
|
[tls.certificate]
|
|
|
|
certFile = "fixtures/acme/ssl/wildcard.crt"
|
2018-11-14 09:18:03 +00:00
|
|
|
keyFile = "fixtures/acme/ssl/wildcard.key"
|