Send browser cache headers by mime type
map $sent_http_content_type $expires {
default off;
text/css max;
application/javascript max;
~image/ max;
application/font-woff max;
application/font-woff2 max;
application/font-ttf max;
}
expires $expires;