Skip to content

Instantly share code, notes, and snippets.

@letronje
Created April 23, 2013 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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