2019-03-14 09:30:04 +01:00
|
|
|
[http.services]
|
2019-07-01 11:30:05 +02:00
|
|
|
[http.services.test.loadBalancer]
|
|
|
|
[[http.services.test.loadBalancer.servers]]
|
2019-06-27 23:58:03 +02:00
|
|
|
url = "http://127.0.0.1:9010"
|
2018-11-14 10:18:03 +01:00
|
|
|
|
2019-03-14 09:30:04 +01:00
|
|
|
[http.routers]
|
|
|
|
[http.routers.test]
|
2020-01-23 16:36:08 +01:00
|
|
|
entryPoints = ["websecure"]
|
2019-06-27 23:58:03 +02:00
|
|
|
rule = "Host(`traefik.acme.wtf`)"
|
|
|
|
service = "test"
|
|
|
|
[http.routers.test.tls]
|
2017-11-09 12:16:03 +01:00
|
|
|
|
2019-06-27 23:58:03 +02:00
|
|
|
[[tls.certificates]]
|
2020-06-17 16:48:04 +02:00
|
|
|
stores = ["default"]
|
2018-03-12 10:40:04 +01:00
|
|
|
certFile = "fixtures/acme/ssl/wildcard.crt"
|
2018-11-14 10:18:03 +01:00
|
|
|
keyFile = "fixtures/acme/ssl/wildcard.key"
|