Skip to content

Instantly share code, notes, and snippets.

@deplorableword
Created October 5, 2010 11:19
Show Gist options
  • Save deplorableword/611378 to your computer and use it in GitHub Desktop.
Save deplorableword/611378 to your computer and use it in GitHub Desktop.
sub vcl_recv {
if (req.url == "/something") {
unset req.http.Accept-Encoding;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment