diff options
-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. |