From 61d912f9e6de95044e7602f44591c409d0efd377 Mon Sep 17 00:00:00 2001 From: Badchay Date: Sat, 16 Apr 2022 04:49:08 +0100 Subject: network/haproxy: Updated for version 2.5.5. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- network/haproxy/README | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'network/haproxy/README') diff --git a/network/haproxy/README b/network/haproxy/README index 07e6de7b37..cef76252a9 100644 --- a/network/haproxy/README +++ b/network/haproxy/README @@ -1,11 +1,15 @@ HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based -applications. It is particularly suited for very high traffic web -sites. +applications. It is particularly suited for very high traffic web sites. Note that a default configuration file is no longer provided at -/etc/haproxy/haproxy.cfg. See /usr/doc/haproxy-*/examples for some -sample configuration files. +/etc/haproxy/haproxy.cfg. See /usr/doc/haproxy-*/examples +for some sample configuration files. The directory also contains +example files for logging. -lua53 is an optional dependency for HAProxy. Pass LUA=yes to this -script to enable lua support. +lua53 is an optional dependency for HAProxy. +Pass LUA=yes to this script to enable lua support. + +This HAProxy package is compiled with Perl Compatible +Regular Expressions (PCRE) version 2 by default. +If you want to use PCRE version 1, pass OLDPCRE=yes to this script. -- cgit v1.2.3