My consul services is having multiple services with different protocols, some use http and other tcp. Now I'm trying to populate the fabio routing table with all these services with the following command.
The issue is my http services are not available since fabio is being exposed as a TCP proxy at port 2302.
fabio-1.5.8-go1.10-windows_amd64.exe -registry.consul.addr 10.XXX.XXX.XX:8500 -proxy.addr :2302;proto=tcp, :/;proto=http
My consul services is having multiple services with different protocols, some use http and other tcp. Now I'm trying to populate the fabio routing table with all these services with the following command.
The issue is my http services are not available since fabio is being exposed as a TCP proxy at port 2302.
fabio-1.5.8-go1.10-windows_amd64.exe -registry.consul.addr 10.XXX.XXX.XX:8500 -proxy.addr :2302;proto=tcp, :/;proto=http