My domain is using HAProxy as a load balancer, there are 3 servers balanced, but I want to execute some particular urls always on the same server.
Is this possible?
or maybe this is an XY problem and there is a better solution:
In some urls I'm creating files, I want to create the files always in one of my fron servers because that one has an rsync to the others.
EDIT: Is similar to https://stackoverflow.com/questions/33041131/can-haproxy-direct-a-request-to-a-particular-server
But the problem is my HAProxy is not managing the SSL, so I cannot create the ACL rule based on the path (or at least I don't know how).