Skip to content

Instantly share code, notes, and snippets.

@dandrzejewski
Forked from andrezrv/varnish-purge-cache.sh
Created August 6, 2020 21:56
Show Gist options
  • Save dandrzejewski/d2e3bf79a0f8f59d09f01bf54f9967d7 to your computer and use it in GitHub Desktop.
Save dandrzejewski/d2e3bf79a0f8f59d09f01bf54f9967d7 to your computer and use it in GitHub Desktop.
Purge all Varnish cache.
# Purge all Varnish cache
varnishadm "ban req.url ~ /"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment