aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/pkg
Commit message (Collapse)AuthorAgeFilesLines
* haproxy 1.5, bump version on 2.2 to 1.5.11, move advanced settings below ↵PiBa-NL2015-04-031-10/+10
| | | | forwardfor to avoid a (possible) warning
* haproxy-1_5, haproxy-devel, pkg v0.22 fix SNI handling inspect-delay 5s ↵PiBa-NL2015-03-161-3/+3
| | | | instead if 5ms, show 'not' in acls when set
* haproxy-devel, allow haproxy to use the same certificate as what is used for ↵PiBa-NL2015-03-081-1/+1
| | | | the webgui when it has been configured with a 'real' certificate
* haproxy-devel, move files to subfoldersPiBa-NL2015-02-216-0/+3262
|
* haproxy-devel,bump 0.19, fixed carp monitoring and added conversion from old ↵PiBa-NL2015-02-101-0/+14
| | | | carp-monitor config
* haproxy-devel, 0.17, acl's are merged when duplicates exist, better client ↵PiBa-NL2015-02-071-0/+16
| | | | certificate handling, checkbox options for allowing no/invalid client certs instead of the 'none'-ca which wasn't 'user friendly'.
* haproxy-devel, several improvements / fixes:PiBa-NL2015-02-021-0/+174
-combine certificate acl's with user acl's -wildcard certificate acl handling -better handeling of 'transparent' backends when using mixed ipv4 and ipv6, a single defined backend can write 2 backends to the config ipv4 / ipv6 -option to negate a acl -moved acl definitions above advanced user config in cfg (to allow user config to use already defined acls) -toggle in frontend overview to easily enable/disable a frontend