[squid-users] Why does this proxy configuration ignore no-cache and no-store?
Amos Jeffries
squid3 at treenet.co.nz
Fri Sep 28 07:59:45 UTC 2018
On 28/09/18 7:56 PM, Amos Jeffries wrote:
>
> You are also missing the default refresh_pattern line carefully crafted
> to make broken CGI scripts and dynamic content behave according to
> RFC2616 caching requirements. Without it such broken content will be
> cached for very, very long times.
>
> Please restore this line to the end of your refresh_pattern lines:
>
> refresh_pattern -i (/cgi-bin/\?) 0 0% 0
>
Oops, paste error. That should have been:
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
Amos
More information about the squid-users
mailing list