Hi list

Moving from httpd (reverse proxy) to haproxy 2.3.9
In httpd i have following:

ServerName test.server.dk
ProxyPreserveHost On
ProxyPass / http://localhost:8080/aaa/bbb/
ProxyPassReverse / http://localhost:8080/aaa/bbb/

What is the correct way to do this in haproxy 2 ?

Something with http-request replace-uri ?

Thomas

Reply via email to