Skip to content

Instantly share code, notes, and snippets.

@yaroot
Created April 13, 2020 13:06
Show Gist options
  • Save yaroot/387ad777703cd78b5caf74b73c4b61b6 to your computer and use it in GitHub Desktop.
Save yaroot/387ad777703cd78b5caf74b73c4b61b6 to your computer and use it in GitHub Desktop.
varnish discard old config
#!/bin/sh
varnishadm vcl.list | grep '/cold' | awk '{print $4}' | parallel -j 1 varnishadm vcl.discard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment