Skip to content

Instantly share code, notes, and snippets.

@kotnik
Created February 21, 2014 09:43
Show Gist options
  • Save kotnik/9131458 to your computer and use it in GitHub Desktop.
Save kotnik/9131458 to your computer and use it in GitHub Desktop.
Wipe the squid away
systemctl stop squid.service
rm -rf /var/spool/squid
mkdir -p /var/spool/squid
chown proxy: /var/spool/squid
squid -z
systemctl start squid.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment