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