From bc17143e104dbcc0098cefecd75e11f63c7a1529 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 3 Sep 2013 16:28:20 -0400 Subject: fix MIME types --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nginx.conf') diff --git a/nginx.conf b/nginx.conf index 9226426..3eeb610 100644 --- a/nginx.conf +++ b/nginx.conf @@ -21,6 +21,7 @@ http { audio/mp4 m4a; "audio/ogg; codecs=vorbis" ogg; "audio/ogg; codecs=opus" opus; + audio/wave wav; image/jpeg jpg; image/png png; image/svg+xml svg; @@ -28,7 +29,6 @@ http { text/cache-manifest appcache; text/css css; "text/html; charset=utf-8" html; - "text/plain; charset=utf-8" txt; video/mp4 mp4; video/ogg ogv; video/webm webm; -- cgit v1.2.3-54-g00ecf