location ~* \.(txt|xml|js)$ {
expires 1y;
}
location ~* \.(css)$ {
expires 1y;
}
location ~* \.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|woff2|svg)$ {
expires 1y;
}
location ~* \.(jpg|jpeg|png|gif|swf|webp)$ {
expires 1y;
}
Sorry, no posts were found.