I'm trying to build a reg exp for haproxy that will match the second URL and direct it to a different acl than the first:
mysite.com/path/
mysite.com/path/something_random
The issue is that my first reg exp matches both urls above when it should only match the second one. I can't find more documentation on haproxy regex's format either so I'm not even sure where to reference the reg exp format I should be using for matching. Can reg exp pro's help me I'm new to this thanks.
acl filebrowser_route path_reg ^/path/.*
acl filebrowser url_beg /path