include h5bp/basic.conf;
include h5bp/location/cache-busting.conf;
2014/12/12 16:41:34 [error] 12858#0: *1 open() "/path/../assets/js/common.1418295892.js" failed (2: No such file or directory)
sudo service nginx configtest
location ~* \.(?:css|js)$ {
expires 1y;
access_log off;
add_header Cache-Control "public";
}