Skip to content

Instantly share code, notes, and snippets.

@nstapelbroek
Forked from blindpet/purgevarnishsingle
Created May 30, 2017 07:27
Show Gist options
  • Save nstapelbroek/6fc4ad985ba3a31b2696cc9cb39697d1 to your computer and use it in GitHub Desktop.
Save nstapelbroek/6fc4ad985ba3a31b2696cc9cb39697d1 to your computer and use it in GitHub Desktop.
clear one url home page varnish cache
Enter varnish admin
varnishadm
clear cache for index home page only
ban req.http.host ~ www.htpcguides.com && req.url ~ "^/$"
clear cache for specific page
ban req.http.host ~ www.htpcguides.com && req.url ~ "^/url"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment