HAProxy redirect based on path?
I need to redirect certain paths to https - frontend secured The reason for this is that i want certain parts of my web application to only be allowed to run over https. I've figured out how to redirect all traffic by changing my HAproxy conf like this: frontend unsecured *:80 #timeout client 86400000 #redirect prefix http://domain.com code 301 mode http timeout client 120s But how can i configure it to only redirect certain sub-folder on my domain? What i would like is to redirect only the following URLs: http://domain.com/info http://domain.com/echo http://domain.com/broadcast http://domain