diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2014-06-13 20:53:18 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2014-06-13 20:53:18 +0000 |
commit | a8731620868fa745a41f9b4e4a93e317bd282d99 (patch) | |
tree | 376a2bd37c4c1ee1affe6ae5205a16d21c29a8d7 /usr.sbin | |
parent | 7ab2d86e5dde379773ff3f53763cc9d3bdb9689d (diff) |
fix duplicate entry for the eot extension; noted by ajacoutot@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/nginx/conf/mime.types | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/nginx/conf/mime.types b/usr.sbin/nginx/conf/mime.types index fb1c1b7c424..4f428ab6522 100644 --- a/usr.sbin/nginx/conf/mime.types +++ b/usr.sbin/nginx/conf/mime.types @@ -1,4 +1,4 @@ -# $OpenBSD: mime.types,v 1.7 2014/06/12 15:27:08 robert Exp $ +# $OpenBSD: mime.types,v 1.8 2014/06/13 20:53:17 robert Exp $ types { text/html html htm shtml; @@ -80,7 +80,6 @@ types { application/octet-stream bin exe dll; application/octet-stream deb; application/octet-stream dmg; - application/octet-stream eot; application/octet-stream iso img; application/octet-stream msi msp msm; |