document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. # Добавляем в нужную нам секцию server { .. }
  2. location ~* \\.(jpg|jpeg|gif|png|css|js|cur|mp3|flv|avi|zip|gz|tar|rar|ico)$ {
  3.     access_log off;
  4.     expires max;
  5.     add_header Cache-Control public;
  6. }
');