Skip to content

Instantly share code, notes, and snippets.

@blindpet
Last active May 20, 2023 09:51
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save blindpet/bbc7c970dbe9ff6584f6 to your computer and use it in GitHub Desktop.
Save blindpet/bbc7c970dbe9ff6584f6 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