From 02883fcf4988cb3ce4a6029a897a33a4919c0272 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 22 Jan 2017 16:32:33 +0000 Subject: cgi-bin isn't special --- etc/squid/squid.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/squid/squid.conf b/etc/squid/squid.conf index 71f84f3..63def38 100644 --- a/etc/squid/squid.conf +++ b/etc/squid/squid.conf @@ -1,6 +1,5 @@ http_port 8080 -acl QUERY urlpath_regex cgi-bin \? -no_cache deny QUERY +#no_cache deny QUERY cache_mem 90 MB cache_dir ufs /var/cache/squid/ 260 64 64 acl allowed_hosts src 10.10.0.0/16 -- cgit v1.2.3