mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-05 16:17:38 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
16
roles/nginx/templates/ansible_conf.d/09-cacheable.conf.j2
Normal file
16
roles/nginx/templates/ansible_conf.d/09-cacheable.conf.j2
Normal file
@@ -0,0 +1,16 @@
|
||||
map $upstream_http_content_type $is_cacheable {
|
||||
default 0;
|
||||
~image/ 1;
|
||||
~audio/ 1;
|
||||
~video/ 1;
|
||||
text/css 1;
|
||||
application/javascript 1;
|
||||
application/x-javascript 1;
|
||||
application/pdf 1;
|
||||
application/font-sfnt 1;
|
||||
font/ttf 1;
|
||||
font/opentype 1;
|
||||
application/font-woff 1;
|
||||
application/vnd.ms-fontobject 1;
|
||||
application/vnd.ms-opentype 1;
|
||||
}
|
Reference in New Issue
Block a user