Skip to content

Instantly share code, notes, and snippets.

@letronje
Created April 23, 2013 11:43
Show Gist options
  • Save letronje/5442926 to your computer and use it in GitHub Desktop.
Save letronje/5442926 to your computer and use it in GitHub Desktop.
varnish.vcl
sub vcl_recv {
if (req.http.Authorization) {
return (pass);
}
return (lookup);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment