mirror of
https://github.com/containous/traefik.git
synced 2025-01-06 13:17:52 +03:00
15 lines
216 B
JSON
15 lines
216 B
JSON
[
|
|
{
|
|
"entryPoints": [
|
|
"web"
|
|
],
|
|
"name": "baz@myprovider",
|
|
"provider": "myprovider",
|
|
"rule": "Host(`toto.bar`)",
|
|
"service": "foo-service@myprovider",
|
|
"status": "enabled",
|
|
"using": [
|
|
"web"
|
|
]
|
|
}
|
|
] |