location ~* ^.+\.(css|js)$ {
expires     1y;
add_header Cache-Control "max-age=31600000, public";
}