How do I get rid of HTTP_CACHE_CONTROL header in squid 3?
- by Arsen Zahray
I'm trying to configure an anonymous proxy using squid.
I've set
forwarded_for delete
via delete
but Squid 3 still adds an other header to the web requests that go through it:
HTTP_CACHE_CONTROL = max-age=259200
I've tried
cache_control delete
but that doesn't work.
How do I get rid of squid's cache_control header?
I don't want for it to interfere with the actual web requests that contain cache-control header; But I want for it not to attach its own header