Skip to content

Instantly share code, notes, and snippets.

@timkelty
Created March 5, 2021 00:37
Show Gist options
  • Select an option

  • Save timkelty/a03124bfedd77a4b9f0a83237ec668e0 to your computer and use it in GitHub Desktop.

Select an option

Save timkelty/a03124bfedd77a4b9f0a83237ec668e0 to your computer and use it in GitHub Desktop.
# Allow caching for anything but private
if (!beresp.http.cache-control ~ "(?i)private") {
unset beresp.http.set-cookie;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment