Created
November 22, 2014 13:38
-
-
Save epipenau/0a0c9bc4d5c53b8b7300 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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