diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:24:02 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:24:02 -0400 |
commit | bd92823a4fe10896fd3aab474ba3e8b60f576ed0 (patch) | |
tree | 75ec97c75f7b0d3a3ffe45419d05ed068db27807 /network/squid | |
parent | 62400ce3006523c0e45c34317dd37b5a4943b08d (diff) | |
download | slackbuilds-bd92823a4fe10896fd3aab474ba3e8b60f576ed0.tar.gz |
network/squid: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/squid')
-rw-r--r-- | network/squid/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/network/squid/README b/network/squid/README index 7756f08719..da92c66796 100644 --- a/network/squid/README +++ b/network/squid/README @@ -1,11 +1,12 @@ Squid is a high-performance proxy caching server for web clients, -supporting FTP, gopher, and HTTP data objects. Unlike traditional caching -software, squid handles all requests in a single, non-blocking, I/O-driven -process. +supporting FTP, gopher, and HTTP data objects. Unlike traditional +caching software, squid handles all requests in a single, +non-blocking, I/O-driven process. -Squid supports SSL, extensive access controls, and full request logging. -By using the lightweight Internet Cache Protocol, squid caches can be -arranged in a hierarchy or mesh for additional bandwidth savings. +Squid supports SSL, extensive access controls, and full request +logging. By using the lightweight Internet Cache Protocol, squid +caches can be arranged in a hierarchy or mesh for additional bandwidth +savings. See /usr/doc/squid-*/README.SBo for configuration help. Note that the default squid.conf and /etc/logrotate.d/squid files have |