traefik/pkg/provider/traefik/fixtures/api_insecure_without_dashboard.json
Traefiker Bot a6040c623b
Entry point redirection and default routers configuration
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
2020-03-05 12:46:05 +01:00

20 lines
No EOL
310 B
JSON

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