traefik/pkg/provider/traefik/fixtures/rest_insecure.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
323 B
JSON

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