From 788c6cc813e272e60f263c90f3ace9914fc9baa1 Mon Sep 17 00:00:00 2001
From: Tinnet Coronam <tinnet@coronam.net>
Date: Wed, 31 Aug 2011 16:56:06 +0300
Subject: [PATCH] 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
---
 nginx-mime.types | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nginx-mime.types b/nginx-mime.types
index 668eaad..b470420 100644
--- a/nginx-mime.types
+++ b/nginx-mime.types
@@ -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;