When starting fabio with custom port numbers, i.e.: fabio1.5.exe -proxy.addr :8888 -ui.addr :8887, the health check URI reported to Consul is wrong.
Current output:
< Registered fabio with health check to "http://[my-private-ip]:9998/health >
BugFix: the proxy.add parameter should be considered in the URL passed to Consul.
When starting fabio with custom port numbers, i.e.: fabio1.5.exe -proxy.addr :8888 -ui.addr :8887, the health check URI reported to Consul is wrong.
Current output:
< Registered fabio with health check to "http://[my-private-ip]:9998/health >
BugFix: the proxy.add parameter should be considered in the URL passed to Consul.