how to dynamically configure haproxy's front end and backend?
问题 I am totally lost on this one.How can haproxy's lu script be used to dynamically change values in the frontend and backend sections of haproxy.cfg. haproxy.cfg frontend http-in mode http bind 206.189.22.155:80 acl path-page-designer path_beg -i $PATH use_backend page-designer-backend if path-page-designer backend page-designer-backend mode http option httplog option forwardfor server appserver1 206.189.22.155:$PORT How can i change the value of $PATH and $PORT in the acl and backend