Purge varnish cache for a single domain
Hello guys,
Today we are going to see how we can purge the varnish cache a for a single domain. It’s very simple only two step process.
Purge varnish cache for a single domain
Step1.
Login to your server via SSH
Step2.
# varnishadm "ban req.http.host ~ your_domain.com"
Step3.
# varnishadm "ban req.http.host ~ www.your_domain.com"
Thats all…..:)