Skip to content

Instantly share code, notes, and snippets.

@epipenau
Created November 22, 2014 13:38
Show Gist options
  • Select an option

  • Save epipenau/0a0c9bc4d5c53b8b7300 to your computer and use it in GitHub Desktop.

Select an option

Save epipenau/0a0c9bc4d5c53b8b7300 to your computer and use it in GitHub Desktop.
location ~ ^/(images|javascripts|assets|stylesheets|uploads)/ {
root /opt/local/diaspora/public;
expires 30d;
add_header Cache-Control public;
access_log off;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment