varnish / varnish-modules

Collection of Varnish Cache modules (vmods) by Varnish Software
Other
182 stars 86 forks source link

softpurge #101

Closed ManuelRighi closed 6 years ago

ManuelRighi commented 6 years ago

Hello, with softpurge is possible to purge specific url ? Actually I use this sintax in VCL

if (req.method == "PURGE" || req.method == BAN") { ban("req.url ~ ^" + req.url + "$ && req.http.host == " + req.http.host); return (purge);

Thanks Manuel

daghf commented 6 years ago

Hi

Please use one of the options listed on http://varnish-cache.org/support/index.html for questions. This list is for bug reports only.