Skip to content

Instantly share code, notes, and snippets.

@jeremyfelt
Created October 12, 2015 20:39
Show Gist options
  • Save jeremyfelt/9bf72e56c7c840e34656 to your computer and use it in GitHub Desktop.
Save jeremyfelt/9bf72e56c7c840e34656 to your computer and use it in GitHub Desktop.
# Handle all static assets by serving the file directly. Add directives
# to send expires headers and turn off 404 error logging.
location ~* \.(js|css|png|jpg|jpeg|gif|ico|xls|doc|zip|exe|mp3|mp4|pdf|ai|psd|eps|ppt|dmg|csv|key|numbers|pages)$ {
expires 7d;
log_not_found off;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment