Comment 3 for bug 1276945

Revision history for this message
Ante Karamatić (ivoks) wrote : Re: Peer proxy for squid-deb-proxy

Can we please have SQUID snippets? Without these we need to deploy additional squid (and turn off maas squid). All we need to be able to do is configure peer cache:

acl local-urls dstdomain .local-archive.lan
always_direct allow local-urls
cache_peer proxy.company.com parent 3128 0 default
never_direct allow all

This allows us to host local archives that are not accessible from proxy.company.com, which we *need* to use to get any other object.