traefik/webui/proxy.conf.json

11 lines
158 B
JSON
Raw Normal View History

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