summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-09-03 16:28:20 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-09-03 16:28:20 -0400
commitbc17143e104dbcc0098cefecd75e11f63c7a1529 (patch)
tree0afcb2ad47f860f57557eba1d9000c99d462a213 /nginx.conf
parent00ea79dd35d730322d5ea8ebcb2c11387e6f8096 (diff)
downloadhtml5ks-bc17143e104dbcc0098cefecd75e11f63c7a1529.tar.xz
html5ks-bc17143e104dbcc0098cefecd75e11f63c7a1529.zip
fix MIME types
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf2
1 files changed, 1 insertions, 1 deletions
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;