traefik/pkg/provider/traefik/fixtures/rest_insecure.json
2024-02-15 16:40:05 +01:00

21 lines
333 B
JSON

{
"http": {
"routers": {
"rest": {
"entryPoints": [
"traefik"
],
"service": "rest@internal",
"rule": "PathPrefix(`/api/providers`)",
"priority": 9223372036854775807
}
},
"services": {
"noop": {},
"rest": {}
}
},
"tcp": {},
"tls": {}
}