sub vcl_recv { if (req.http.cookie ~ "wordpress_logged_in_|comment_author_|wp-postpass_") { return (pass); } return (lookup); }