Skip to content

Instantly share code, notes, and snippets.

@slantview
Created October 11, 2012 23:33
Show Gist options
  • Save slantview/3876361 to your computer and use it in GitHub Desktop.
Save slantview/3876361 to your computer and use it in GitHub Desktop.
vcl_fetch issue
sub vcl_fetch {
if( beresp.http.set-cookie ~ "/^bblast.*/" ) {
remove beresp.http.set-cookie;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment