From c55f851cbdc5a4b6e5cbcf114a3e1c125a36e419 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 7 Mar 2022 13:00:05 +0100 Subject: [PATCH] Update to 2022-03-07 13:00 --- roles/nginx/templates/mime.types.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/nginx/templates/mime.types.j2 b/roles/nginx/templates/mime.types.j2 index 7c3220f..ee91b86 100644 --- a/roles/nginx/templates/mime.types.j2 +++ b/roles/nginx/templates/mime.types.j2 @@ -25,6 +25,9 @@ types { font/woff woff; font/woff2 woff2; + font/ttf ttf; + font/otf otf; + application/vnd.ms-fontobject eot; application/java-archive jar war ear; application/json json; @@ -37,7 +40,6 @@ types { application/vnd.google-earth.kml+xml kml; application/vnd.google-earth.kmz kmz; application/vnd.ms-excel xls; - application/vnd.ms-fontobject eot; application/vnd.ms-powerpoint ppt; application/vnd.oasis.opendocument.graphics odg; application/vnd.oasis.opendocument.presentation odp;