Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

nginx expires config

   1  
   2    location ~* ^.+\.(js|css|php|jpg|jpeg|gif|png|pdf|zip|rar)$ {
   3      root   /var/www/apps/myapp/public;
   4      access_log   off;
   5      expires      7d;
   6    }
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS