HTTP error code from Consul: 0 error
This is an error page for the Consul web UI. You may have visited a URL that is loading an unknown resource, so you can try going back to the root.
Otherwise, please report any unexpected issues on the GitHub page.
global maxconn 4096 daemon log 127.0.0.1 local2 info
defaults log global option dontlognull mode http timeout connect 25000ms timeout client 60000ms timeout server 60000ms
frontend http_in bind *:80
acl is_consul_test hdr_beg(host) -i consul-test.infra.itcm.oneadr.net
use_backend consul_test if is_consul_test
backend consul_test cookie SERVERUSED insert indirect nocache balance roundrobin server infra1p 10.152.84.121:8500 server infra2p 10.152.84.122:8500 server infra3p 10.152.84.123:8500
Maybe hdr_beg have to be replaced with hdr_dom.
I have a similar setup, i will watch it tomorrow if it's don't work.