in the current configuration, we are using www.abc.com(suppose is 10.10.10.1) as dns name of haproxy server . it can deal with request of www.abc.com, just like this
www.abc.com/url1 ------> backend server (host1/host2)
can we add another domain requests to this haproxy ?
suppose we want to this haproxy to deal with www.def.com/url2 , can we achieve it with this ?
1) bind www.def.com to 10.10.10.1 also.
2) for https , we will apply one certificates for www.abc.com and www.def.com
3) create a policy , forward the url begin with url2 to the backend server host3/host4 ?
1 post - 1 participant