Skip to content

Instantly share code, notes, and snippets.

@Mstaaravin
Last active August 29, 2015 14:14
Show Gist options
  • Save Mstaaravin/ca14c6d60cb8bf0d3473 to your computer and use it in GitHub Desktop.
Save Mstaaravin/ca14c6d60cb8bf0d3473 to your computer and use it in GitHub Desktop.
post: Cybermonday Argentina análisis del fiasco - nginx code block
location ~* \.(jpg|jpeg|png|gif|ico|css|js)$ {
expires 7d;
add_header Cache-Control public;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment