sub vcl_recv { if (req.http.host ~ "example.com" && req.http.Cookie == "logged_in") { return (pass); } unset req.http.Cookie; }