Hi guys, I am using the 1.4 version of HAProxy to balance a list of applications served from different domains. I want to use only https, so I want to redirect all http requests to https.
In the documentation I saw how to redirect to a specific prefix, but I want to do that for all domains, so that when a new domain is needed, I don't have to update the HAProxy documentation. Also, I want to redirect urls like: https://mydomain.com to https://mydomain.com/login_page. I have tried to use path_beg, but I don't know how to specify the "empty path". Can you give me some pointers for these two tasks? Regards, Ciprian

