Another minor tweak
This commit is contained in:
parent
f8155af5d5
commit
09331cb938
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue