@miroslav wrote:
Hi,
I am facing problem to setup HAproxy when it is needed for different directories in URL to reach different backend systems. So, what is needed is when enter
www.evaplus.com/drs -> to access backend system
Setting I have is following:
acl host_www hdr_beg(host) -i www.evaplus.com
acl drs_hostname path_beg /drs
use_backend backend_drs if host_www drs_hostname
backend backend_drs
mode http
server backend_drs 172.16.2.59:8090When I try to reach above url with ‘/drs’ , it is not possible.
What is wrong with this setting?Thank you!
Miroslav
Posts: 1
Participants: 1