Skip to content

Instantly share code, notes, and snippets.

@densone
Created October 24, 2016 17:12
Show Gist options
  • Save densone/8383085ce435d5f44ac4800b7ecacdc2 to your computer and use it in GitHub Desktop.
Save densone/8383085ce435d5f44ac4800b7ecacdc2 to your computer and use it in GitHub Desktop.
location ~ \.(php|hh)$ {
if ($request_uri ~* ^.*/v1(/events/.*|/favorites.*|)$) {
add_header Cache-Control "no-cache";
expires 0s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment