Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. location ~* \.(png|gif|jpg|jpeg|css|js|swf|ico)(\?[0-9]+)?$ {
  2. access_log off;
  3. expires max;
  4. add_header Cache-Control public;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement