Re: directing requests to a specific server

2019-05-23 Thread Paul Lockaby
Perfect! Thanks Tim. So many options in the HAProxy configuration sometimes I get lost in it. > On May 23, 2019, at 12:09 PM, Tim Düsterhus wrote: > > Paul, > > Am 23.05.19 um 20:17 schrieb Paul Lockaby: >> If there is a way that I can direct a request to a specific server in a >> backend ra

Re: directing requests to a specific server

2019-05-23 Thread Tim Düsterhus
Paul, Am 23.05.19 um 20:17 schrieb Paul Lockaby: > If there is a way that I can direct a request to a specific server in a > backend rather than duplicating backends with different server lists that > would be ideal. Is that possible? I believe you are searching for use-server: https://cbonte.g

directing requests to a specific server

2019-05-23 Thread Paul Lockaby
Hello! I have a frontend/backend that looks kind of like below, obviously very simplified. frontend myhost-frontend bind *:443 ssl crt /usr/local/ssl/certs/host.pem mode http log global acl request_monitor_cluster path_beg /monitor/cluster use_backend monitor_cluster if re