diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-06-02 18:25:40 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-02 20:28:41 +0200 |
commit | 3331d1aff543dd33f4cdfa70e1d7fad846ffce7f (patch) | |
tree | e28adec703dc25b36bb33a97aa3231780c392c22 /etc | |
parent | 9df687c535210559edc1f38a7a72e9d5774bed6f (diff) | |
download | jenkins.debian.net-3331d1aff543dd33f4cdfa70e1d7fad846ffce7f.tar.xz |
Fix squid3 configuration
according to
http://wiki.squid-cache.org/SquidFaq/ConfiguringSquid#Squid-3.2_default_config
these lines are now built-in and hence should not be present in the
configuration.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/squid3/squid.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/squid3/squid.conf b/etc/squid3/squid.conf index 8b369196..4173bbfd 100644 --- a/etc/squid3/squid.conf +++ b/etc/squid3/squid.conf @@ -689,10 +689,10 @@ # # # Recommended minimum configuration: -# -acl manager proto cache_object -acl localhost src 127.0.0.1/32 ::1 -acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1 +# (now built-in) +#acl manager proto cache_object +#acl localhost src 127.0.0.1/32 ::1 +#acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1 # Example rule allowing access from your local networks. # Adapt to list your (internal) IP networks from where browsing |