mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
Update to 2022-02-09 15:00
This commit is contained in:
parent
71a429c7a2
commit
00b3d728c8
@ -10,6 +10,7 @@ map $sent_http_content_type $is_client_cacheable {
|
|||||||
application/font-sfnt 1;
|
application/font-sfnt 1;
|
||||||
font/ttf 1;
|
font/ttf 1;
|
||||||
font/opentype 1;
|
font/opentype 1;
|
||||||
|
font/woff2 1;
|
||||||
application/font-woff 1;
|
application/font-woff 1;
|
||||||
application/vnd.ms-fontobject 1;
|
application/vnd.ms-fontobject 1;
|
||||||
application/vnd.ms-opentype 1;
|
application/vnd.ms-opentype 1;
|
||||||
@ -20,6 +21,6 @@ map $request_uri $is_proxy_cacheable {
|
|||||||
~*\.(png|jpe?g|bmp|gif|webp)$ 1;
|
~*\.(png|jpe?g|bmp|gif|webp)$ 1;
|
||||||
~*\.(js|css|txt)$ 1;
|
~*\.(js|css|txt)$ 1;
|
||||||
~*\.(pdf)$ 1;
|
~*\.(pdf)$ 1;
|
||||||
~*\.(ttf|ott)$ 1;
|
~*\.(ttf|ott|woff2)$ 1;
|
||||||
~*\.(mp3|mp4|avi|mpe?g|mov|flv)$ 1;
|
~*\.(mp3|mp4|avi|mpe?g|mov|flv)$ 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user