Skip to content

Instantly share code, notes, and snippets.

@joostvanveen
Last active June 14, 2017 07:10
Show Gist options
  • Save joostvanveen/124e09eb15e7fbd1a52d to your computer and use it in GitHub Desktop.
Save joostvanveen/124e09eb15e7fbd1a52d to your computer and use it in GitHub Desktop.
# purge varnish cache in Varnish 3
varnishadm "ban.url ."
# purge varnish cache in Varnish 4
varnishadm "ban req.url ~ /"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment