From 6d1c4cb478a6bf7ba46b4aca1a53444d9db74536 Mon Sep 17 00:00:00 2001 From: giles bradshaw Date: Mon, 3 Aug 2020 19:14:02 +0000 Subject: [PATCH] ci:test --- squid.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/squid.conf b/squid.conf index b53fd05..0550f57 100644 --- a/squid.conf +++ b/squid.conf @@ -75,9 +75,9 @@ http_port 3128 #coredump_dir /var/cache/squid ## Where does Squid log to? -#access_log /var/log/squid/access.log +access_log /var/log/squid/access.log ## Use the below to turn off access logging -access_log none +#access_log none ## When logging, web auditors want to see the full uri, even with the query terms #strip_query_terms off ## Keep 7 days of logs @@ -118,4 +118,4 @@ shutdown_lifetime 30 seconds refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 -refresh_pattern . 0 20% 4320 \ No newline at end of file +refresh_pattern . 0 20% 4320