Quick question (request) I hope,
I have a backend group of servers containing a 20 servers, eg:
server VM330230a 172.16.10.2:80 cookie A330230a check inter 15s rise 3
fall 1 slowstart 60s minconn 25 maxconn 50 weight 10
server VM330231a 172.16.10.3:80 cookie A330231a check inter 15s rise 3
fall 1 slowstart 60s minconn 25 maxconn 50 weight 10
...
would it be possible in future versions to move some of the repeated
part of the configs into a single line in the back end? In my case it
would be great to be able to just specify once for the backend the
following:
check inter 15s
rise 3
fall 1
slowstart 60s
Thanks
Duncan