pkhamre/wp-varnish

Included vcl caches 404s

cd34 opened this issue · 2 comments

cd34 commented

vcl that is included caches 404'ed images, javascript, etc.

cd34 commented

vcl_fetch - need to see whether hit_for_pass or deliver is more correct.

if (beresp.status == 404) {
set beresp.ttl = 0m;
return(hit_for_pass);
}

cd34 commented

Fixed in commit 72a7157, will be merged shortly.