Skip to content

Instantly share code, notes, and snippets.

View barrymw's full-sized avatar

Mark Barry barrymw

View GitHub Profile
@barrymw
barrymw / enable purging of files in squid cache.md
Created October 6, 2022 02:15
Enable purging of files in squid cache

TL;DR

Ensure that your squid.conf includes the following configuration.

acl localhost  src 127.0.0.1/32 ::1
acl manager proto cache_object
acl purge method PURGE

# Only allow cachemgr access from localhost
http_access allow manager localhost