traefik/pkg/provider/traefik/fixtures/rest_insecure.json
2024-05-15 10:46:04 +02:00

21 lines
361 B
JSON

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