In Fabio 1.5.3 say I have 2 routes as such:
route add new-location-api location-api.domain.com/ http://localhost:9999 opts "host=new-location-api.domain.com"
route add old-location-api location-api.domain.com/ http://domain-location-api-production-external.dynamic.domain.com
The host=xxxx option appears on both routes. (But notice the second route does not specify a host option)
If you put the second route above the first, then neither route has a host= option.
In Fabio 1.5.3 say I have 2 routes as such:
The
host=xxxxoption appears on both routes. (But notice the second route does not specify a host option)If you put the second route above the first, then neither route has a
host=option.