Skip to content

Instantly share code, notes, and snippets.

@fernandovbs
Created July 7, 2022 22:06
Show Gist options
  • Save fernandovbs/5907a126f7b5fc0ced2ed960f256ad51 to your computer and use it in GitHub Desktop.
Save fernandovbs/5907a126f7b5fc0ced2ed960f256ad51 to your computer and use it in GitHub Desktop.
Purge varnish cache for css files
sudo varnishadm ban req.http.host == host.com.br '&&' req.url '~' '\\.css$'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment