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
}
}