location ~* ^.+\.(jpg|jpeg|png|gif|ico|js|css|txt|pdf)$ { root /var/www; # Путь к корню сайта expires 3d; # кешируем на 3 дня }