Ngix - Vanish Not Working

iqbalmp nginx-forum at nginx.us
Tue Aug 28 09:31:53 UTC 2012


I had changed my 'default.vcl' to:

/etc/varnish/default.vcl
=========================================================
backend default {
.host = "127.0.0.1";
.port = "8080";
}
acl purge {
"localhost";
"127.0.0.1";
}
sub vcl_recv {
.................................
..............................
=========================================================

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,230179,230182#msg-230182



More information about the nginx mailing list