Fwd: Varnish caching 503 error pages
Bayron Guevara
bayron.guevara at gmail.com
Tue Feb 2 22:25:14 UTC 2010
You can use the obj.cacheable property, which is a suggestion from Varnish
about the response should be cacheable. By default Error response codes
aren't cached, so test the following:
sub vcl_fetch {
if (!obj.cacheable){
return (pass);
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/vinyl-misc/attachments/20100202/efe1eaa1/attachment.html>
More information about the vinyl-misc
mailing list