aboutsummaryrefslogtreecommitdiff
path: root/network/haproxy/README
diff options
context:
space:
mode:
authorBadchay <badchay@protonmail.com>2022-07-29 22:52:40 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-07-29 22:52:40 +0700
commitb841b3c68e26c2c82c1f6af77e58be7b9bcadcd7 (patch)
treefa059cc093aa513b725f8784392e159e2807ee3c /network/haproxy/README
parent103e41bdab451922c816e1b97eaf2e240725b910 (diff)
downloadslackbuilds-b841b3c68e26c2c82c1f6af77e58be7b9bcadcd7.tar.xz
network/haproxy: Added PCRE2 JIT and QUIC support.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/haproxy/README')
-rw-r--r--network/haproxy/README8
1 files changed, 2 insertions, 6 deletions
diff --git a/network/haproxy/README b/network/haproxy/README
index cef76252a937..c3e6a927b819 100644
--- a/network/haproxy/README
+++ b/network/haproxy/README
@@ -7,9 +7,5 @@ Note that a default configuration file is no longer provided at
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.
-
-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.
+The script supports optional variables for Lua, PCRE and QUIC.
+See README.SLACKWARE for more information.