Skip to content

Instantly share code, notes, and snippets.

@levnovikov
Created December 12, 2012 12:20
Show Gist options
  • Save levnovikov/4267356 to your computer and use it in GitHub Desktop.
Save levnovikov/4267356 to your computer and use it in GitHub Desktop.
location ~* ^.+.(ico|jpe?g|gif|png|asf|swf|pdf|flv|avi|mpg|mpeg|pdf|rtf|xls|ttf|woff|css|txt|js|xml|xsl|svg|html?|zip|tar|gz)$ {
expires 30d;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment