diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:43:51 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:43:51 -0400 |
commit | fe71553765ade7dab9e26c46ef79f665d780b54c (patch) | |
tree | f18a5a7b51270f56ff85cb57adfe4bcc7f0ab704 | |
parent | 1d39ca0ad025c78a46f157612bd02849feb0f3fd (diff) |
network/haproxy: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | network/haproxy/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/network/haproxy/README b/network/haproxy/README index e9f613f484485..07e6de7b37c23 100644 --- a/network/haproxy/README +++ b/network/haproxy/README @@ -1,10 +1,11 @@ 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. -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. |