Update to 2022-02-09 17:00

This commit is contained in:
Daniel Berteaud
2022-02-09 17:00:06 +01:00
parent 00b3d728c8
commit 6f6d3b7382
9 changed files with 75 additions and 74 deletions

View File

@@ -10,6 +10,7 @@ map $sent_http_content_type $is_client_cacheable {
application/font-sfnt 1;
font/ttf 1;
font/opentype 1;
font/woff 1;
font/woff2 1;
application/font-woff 1;
application/vnd.ms-fontobject 1;
@@ -21,6 +22,6 @@ map $request_uri $is_proxy_cacheable {
~*\.(png|jpe?g|bmp|gif|webp)$ 1;
~*\.(js|css|txt)$ 1;
~*\.(pdf)$ 1;
~*\.(ttf|ott|woff2)$ 1;
~*\.(ttf|ott|woff?2)$ 1;
~*\.(mp3|mp4|avi|mpe?g|mov|flv)$ 1;
}