1
0
mirror of https://github.com/containous/traefik.git synced 2024-12-23 17:34:13 +03:00
traefik/webui/proxy.conf.json

11 lines
158 B
JSON
Raw Normal View History

2018-04-27 14:12:04 +03:00
{
"/api": {
"target": "http://localhost:8080",
"secure": false
},
"/health": {
"target": "http://localhost:8080",
"secure": false
}
}