Varnish cron auto flush homepage

By.

min read

My profile

Share this:

Cron delete (flush) the homepage ( path = / ) of www.DOMAIN.EXT every 5 minutes:

[code:1:02799d593a]*/5 * * * * root varnishadm “ban req.http.host ~ www.DOMAIN.EXT && req.url ~ “^/$”” >/dev/null 2>&1[/code:1:02799d593a]

Share this:

Leave a Reply

Your email address will not be published. Required fields are marked *