I’m setting up a new HAProxy server and I can’t seem to get two of the setting I’ve inherited to work on the new version.
reqrep ^([^\ :])\ /public2.key(.) \1\ /art/api/public\2
reqrep ^([^\ :])\ /iso/products(.) \1\ /art/reproducts\2
I believe I have to use http-request now but not sure the syntax. Any help would be greatly appreciated.