diff options
author | 2014-06-13 20:53:17 +0000 | |
---|---|---|
committer | 2014-06-13 20:53:17 +0000 | |
commit | 4c1d8c06a8b62c3212910fef808982d7e2325968 (patch) | |
tree | e2afa648c1e1b57ad47b525c706f934015f6e332 | |
parent | typo (diff) | |
download | wireguard-openbsd-4c1d8c06a8b62c3212910fef808982d7e2325968.tar.xz wireguard-openbsd-4c1d8c06a8b62c3212910fef808982d7e2325968.zip |
fix duplicate entry for the eot extension; noted by ajacoutot@
-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; |