You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree that setting ui.addr should change the default address for service registration. Until that is fixed specify the -registry.consul.register.addr flag explicitly:
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.
The text was updated successfully, but these errors were encountered: