Can ACL's extend past one line? I'm attempting to write a web interface for HaProxy configuration and trying to figure out a way to create rule sets that will be easy for users to write rules without having to worry about where lines start and end.
I suppose another option is create my own "rule" language in the web interface and parse on my end remove new line tags and format properly in the haproxy configuration. Please let me know what options exist. Many thanks!

