Rating: 5 stars
tried lots of varnish plugin including the official with purge function but still no luck. this is only plugin that works to refresh my varnish cached page and it works on Varnish version 4 !! thank you for all developers who create this plugin
]]>Rating: 5 stars
Multiple server support, purging works great. Only complaint was if you’re using a custom VCL file you’ll need to add this to it
‘if (req.request == “BAN”) {
if(!client.ip ~ purge) {
error 405 “Not allowed.”;
}
ban(“req.url ~ “+req.url+” && req.http.host == “+req.http.host);
error 200 “Banned.”;
}’
it was somewhat unclear in the documentation about that.
]]>Rating: 5 stars
Been using it for a while and it works right out of the box.
Thanks,
Pothi