Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2018-06-15 17:29:55 +0300
committerValentin Bartenev <vbart@nginx.com>2018-06-15 17:29:55 +0300
commit012729c9c03c0485cab3e3458130e59a71ccb52f (patch)
treeb9c9c6a63d648a085014f3bafb3c3cf1f0a37697 /conf/mime.types
parent0c4ccbea23813a50132df511d4445bc1686dbc2f (diff)
MIME: changed type for woff to font/woff (ticket #1243).
According to RFC 8081 the previously used application/font-woff type is deprecated.
Diffstat (limited to 'conf/mime.types')
-rw-r--r--conf/mime.types3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/mime.types b/conf/mime.types
index 8a2348ab0..bd81e2ae7 100644
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -24,7 +24,8 @@ types {
image/x-jng jng;
image/x-ms-bmp bmp;
- application/font-woff woff;
+ font/woff woff;
+
application/java-archive jar war ear;
application/json json;
application/mac-binhex40 hqx;