mirror of
https://github.com/traefik/traefik.git
synced 2026-04-06 09:45:34 -04:00
18 lines
No EOL
285 B
JSON
18 lines
No EOL
285 B
JSON
{
|
|
"entryPoints": [
|
|
"web"
|
|
],
|
|
"middlewares": [
|
|
"auth",
|
|
"addPrefixTest@anotherprovider"
|
|
],
|
|
"name": "bar@myprovider",
|
|
"provider": "myprovider",
|
|
"priorityStr": "0",
|
|
"rule": "Host(`foo.bar`)",
|
|
"service": "foo-service@myprovider",
|
|
"status": "enabled",
|
|
"using": [
|
|
"web"
|
|
]
|
|
} |