add mime type for .wav files
'x-wav' seems to be the standard, but could also be 'wav' or 'wave' or 'vnd.wav' according to wikipedia
This commit is contained in:
parent
74591fd85e
commit
788c6cc813
|
@ -63,6 +63,7 @@ types {
|
|||
audio/mpeg mp3;
|
||||
audio/x-realaudio ra;
|
||||
audio/ogg oga ogg;
|
||||
audio/x-wav wav;
|
||||
|
||||
video/3gpp 3gpp 3gp;
|
||||
video/mpeg mpeg mpg;
|
||||
|
|
Loading…
Reference in New Issue