diff options
| author | rhialto <rhialto@NetBSD.org> | 2020-09-12 14:44:25 +0000 |
|---|---|---|
| committer | rhialto <rhialto@NetBSD.org> | 2020-09-12 14:44:25 +0000 |
| commit | 91c20c3c7903035aad634cf3a8a9425626b077d7 (patch) | |
| tree | fdb20fe4af057d4b2f755b0841d3479739c6091a /libexec/httpd | |
| parent | 4eaedbdd735dc48127deb2ecbdd49e968f141068 (diff) | |
bozohttpd: correct .m4a to audio/mp4.
Diffstat (limited to 'libexec/httpd')
| -rw-r--r-- | libexec/httpd/content-bozo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/httpd/content-bozo.c b/libexec/httpd/content-bozo.c index 03c34e78838..344fbd61358 100644 --- a/libexec/httpd/content-bozo.c +++ b/libexec/httpd/content-bozo.c @@ -1,4 +1,4 @@ -/* $NetBSD: content-bozo.c,v 1.17 2020/09/12 12:39:28 rhialto Exp $ */ +/* $NetBSD: content-bozo.c,v 1.18 2020/09/12 14:44:25 rhialto Exp $ */ /* $eterna: content-bozo.c,v 1.17 2011/11/18 09:21:15 mrg Exp $ */ @@ -135,7 +135,7 @@ static bozo_content_map_t static_content_map[] = { { ".snd", "audio/basic", "", "", NULL }, { ".mpga", "audio/mpeg", "", "", NULL }, { ".mp2", "audio/mpeg", "", "", NULL }, - { ".m4a", "audio/mpeg", "", "", NULL }, + { ".m4a", "audio/mp4", "", "", NULL }, { ".aif", "audio/x-aiff", "", "", NULL }, { ".aiff", "audio/x-aiff", "", "", NULL }, { ".aifc", "audio/x-aiff", "", "", NULL }, |
