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