Skip to content

Instantly share code, notes, and snippets.

@tirasmuturi
Forked from blindpet/purgevarnishsingle
Created November 20, 2017 10:08
Show Gist options
  • Save tirasmuturi/6fcad570b2137851c7a6f004b4bf53d7 to your computer and use it in GitHub Desktop.
Save tirasmuturi/6fcad570b2137851c7a6f004b4bf53d7 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