mod_http_upload: Add MIME type for M4A files

This commit is contained in:
Holger Weiss 2018-04-24 18:16:16 +02:00
parent 3df919244c
commit f3795e9d03
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
{<<".gz">>, <<"application/x-gzip">>},
{<<".jpeg">>, <<"image/jpeg">>},
{<<".jpg">>, <<"image/jpeg">>},
{<<".m4a">>, <<"audio/mp4">>},
{<<".mp3">>, <<"audio/mpeg">>},
{<<".mp4">>, <<"video/mp4">>},
{<<".mpeg">>, <<"video/mpeg">>},