diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 13:36:36 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:15 -0400 |
commit | 47aee82cca04b482153d5e02e7a23a4379a64cc4 (patch) | |
tree | 0059a28de39be775b888cc62189e087fc683f178 | |
parent | f35d9cc5768e81feb71cbad522c8d781742b56cd (diff) |
system/squidclamav: Move setup instructions to README.SBo.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | system/squidclamav/README | 15 | ||||
-rw-r--r-- | system/squidclamav/README.SBo | 14 |
2 files changed, 15 insertions, 14 deletions
diff --git a/system/squidclamav/README b/system/squidclamav/README index fd77f63ee403e..61cf5e54b76df 100644 --- a/system/squidclamav/README +++ b/system/squidclamav/README @@ -12,17 +12,4 @@ Building and configuring squid You must have built squid with the option "ICAP=yes", for example: ICAP=yes ./squid.SlackBuild -Add this into your squid.conf: - -# icap squidclamav -icap_enable on -icap_send_client_ip on -icap_send_client_username on -icap_client_username_encode off -icap_client_username_header X-Authenticated-User -icap_preview_enable on -icap_preview_size 1024 -icap_service service_avi_req reqmod_precache icap://localhost:1344/squidclamav bypass=off -adaptation_access service_avi_req allow all -icap_service service_avi_resp respmod_precache icap://localhost:1344/squidclamav bypass=on -adaptation_access service_avi_resp allow all +See README.SBo for squid.conf configuration. diff --git a/system/squidclamav/README.SBo b/system/squidclamav/README.SBo new file mode 100644 index 0000000000000..4a5f6e8f252c6 --- /dev/null +++ b/system/squidclamav/README.SBo @@ -0,0 +1,14 @@ +Add this into your squid.conf: + +# icap squidclamav +icap_enable on +icap_send_client_ip on +icap_send_client_username on +icap_client_username_encode off +icap_client_username_header X-Authenticated-User +icap_preview_enable on +icap_preview_size 1024 +icap_service service_avi_req reqmod_precache icap://localhost:1344/squidclamav bypass=off +adaptation_access service_avi_req allow all +icap_service service_avi_resp respmod_precache icap://localhost:1344/squidclamav bypass=on +adaptation_access service_avi_resp allow all |