1
0
mirror of https://github.com/containous/traefik.git synced 2024-10-27 10:25:21 +03:00
traefik/webui/proxy.conf.json
2018-04-27 13:12:04 +02:00

11 lines
158 B
JSON

{
"/api": {
"target": "http://localhost:8080",
"secure": false
},
"/health": {
"target": "http://localhost:8080",
"secure": false
}
}