diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-11-16 00:30:36 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-11-16 00:30:36 +0000 |
commit | 9ad6436a83711eea6db051af439128326ca84efe (patch) | |
tree | 29eb93d0aa19e5d0933efea6f42e825cbb6c40f1 | |
parent | Remove commented out acls (diff) | |
download | config-9ad6436a83711eea6db051af439128326ca84efe.tar.bz2 config-9ad6436a83711eea6db051af439128326ca84efe.tar.xz config-9ad6436a83711eea6db051af439128326ca84efe.zip |
Remove cache peer
-rw-r--r-- | etc/squid/squid.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/squid/squid.conf b/etc/squid/squid.conf index 1c6fc9e..71f84f3 100644 --- a/etc/squid/squid.conf +++ b/etc/squid/squid.conf @@ -4,7 +4,6 @@ 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 -cache_peer localhost parent 8081 0 no-query http_access deny manager all http_access allow allowed_hosts http_access allow localhost |