diff --git a/roles/kojipkgs/files/squid.conf b/roles/kojipkgs/files/squid.conf index 091c984e04..2370532140 100644 --- a/roles/kojipkgs/files/squid.conf +++ b/roles/kojipkgs/files/squid.conf @@ -29,7 +29,7 @@ acl phx2 src 10.5.125.0/24 10.5.127.0/24 acl repo_url url_regex ^http://kojipkgs.fedoraproject.org/repo/ http_access allow phx2 repo_url http_access deny repo_url -acl manager proto cache_object +acl cachemanager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 acl to_localhost dst 127.0.0.0/8 acl SSL_ports port 443 @@ -44,8 +44,8 @@ acl Safe_ports port 488 # gss-http acl Safe_ports port 591 # filemaker acl Safe_ports port 777 # multiling http acl CONNECT method CONNECT -http_access allow manager localhost -http_access deny manager +http_access allow cachemanager localhost +http_access deny cachemanager http_access deny !Safe_ports http_access deny CONNECT !SSL_ports acl our_sites dstdomain kojipkgs.fedoraproject.org