mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2023-04-11 15:00
This commit is contained in:
@@ -15,6 +15,8 @@ map $sent_http_content_type $is_client_cacheable {
|
||||
application/font-woff 1;
|
||||
application/vnd.ms-fontobject 1;
|
||||
application/vnd.ms-opentype 1;
|
||||
# application/octet-stream 1;
|
||||
application/wasm 1;
|
||||
}
|
||||
|
||||
map $request_uri $is_proxy_cacheable {
|
||||
|
@@ -16,8 +16,12 @@ gzip_types
|
||||
font/opentype
|
||||
font/ttf
|
||||
application/font-woff
|
||||
application/x-font-ttf
|
||||
application/vnd.ms-fontobject
|
||||
application/vnd.ms-opentype;
|
||||
application/vnd.ms-opentype
|
||||
application/wasm
|
||||
application/rtf
|
||||
application/octet-stream;
|
||||
gzip_vary on;
|
||||
gzip_disable "msie6";
|
||||
expires $custom_expires;
|
||||
|
Reference in New Issue
Block a user