fabiolb / fabio

Consul Load-Balancing made simple
https://fabiolb.net
MIT License
7.26k stars 618 forks source link

Proxy woes #681

Open p3lim opened 5 years ago

p3lim commented 5 years ago

I have a service called foo running on port 8888, and I want to access it with foo.my.domain:80 (no TLS for now, just trying to get this to work at all). What do I need to configure (exactly) to make that work? I tried adding the tag urlprefix-foo.my.domain/ to the consul service to no avail, using the Host header works tho'.

far-blue commented 5 years ago

Does your service have a passing health check?

p3lim commented 5 years ago

Yes.