Hello Guys, I am using varnish 4.0.1 on a debian wheezy.
I have one process deploy where I run this command to Purge all itens cached on my varnish but did not work command : curl -s -o -S -X PURGE -H "x-forwarded-for:127.0.0.1,ip1,ip2,ip3" http://site.com/* curl -s -o -S -X PURGE -H "x-forwarded-for:127.0.0.1,ip1,ip2,ip3" http://site.com/ If I run this command to purge a specific object it's works. Anyone have ideias about this problem or the correct way to purge all itens cached ? curl -s -o -S -X PURGE -H "x-forwarded-for:127.0.0.1,177.52.130.199,177.52.130.207,177.52.130.208" http://site.com.br/file.gif Thank you. Best, Thiago
_______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
