cache_peer_access |
The cache_peer_access rules determine which requests Squid will forward to a particular neighbor. If a particular request is denied by a cache_peer_access list, Squid doesn't forward the request to that neighbor. See Section 10.4.1.
Syntax |
cache_peer_access peername allow|deny [!]ACLname ... |
Default |
No default |
Example |
cache_peer_access neighbor.host.name allow SomeOriginDomains |
Related |
acl, cache_peer, cache_peer_domain, http_access |