@cm-vdp wrote:
Hello,
I am new to haproxy and I looked at the documentation but can’t find a solution for the following problem.
I am migrating an apache reverse proxy. Now I have the following rule in apache<Location ~^/store/(.)registry/(.)$>
ProxyPass https://host.domain.corp:9443/$1registry$2How can I do this in haproxy ?
I know I have to create an acl:
acl valid_url url_regThanks in advance,
Carlo
Posts: 2
Participants: 2