I have a site: https://mysite.com After a little browsing, something within the app gives a https://mysite.com//something or https://mysite.com//other-thing
Notice the double slash. If it exists, how do I remove the second slash for all contexts? I assume a reqrep will do it, but I have not managed to work it out? Back to basics, this is what I have that it resulting in the // acl is_mysite hdr_end(host) -i mysite.com use_backend https_mysite if is_mysite thanks

