Skip to content

Instantly share code, notes, and snippets.

@supairish
Created September 7, 2014 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save supairish/819adda554dd757aa492 to your computer and use it in GitHub Desktop.
Save supairish/819adda554dd757aa492 to your computer and use it in GitHub Desktop.
Far future expires headers for Rails assets
location ~ ^/assets/ {
expires 1y;
add_header Cache-Control public;
add_header ETag "";
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment