diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-27 09:06:39 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-27 09:06:39 -0400 |
commit | 5d305d604b9e6481dc4781fab6f407d7e8353401 (patch) | |
tree | 5004824d22f57965b1b350ff00ca8325edeab6d0 | |
parent | 2d11246128161ed27a5e33325f0486feeaa7ddc6 (diff) | |
download | html5ks-5d305d604b9e6481dc4781fab6f407d7e8353401.tar.xz html5ks-5d305d604b9e6481dc4781fab6f407d7e8353401.zip |
.mp4 => video/mp4
-rw-r--r-- | lighttpd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lighttpd.conf b/lighttpd.conf index de0328a..f2df7b7 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -8,6 +8,7 @@ mimetype.assign = ( ".js" => "application/javascript", ".json" => "application/json", # ".mkv" => "video/x-matroska", + ".mp4" => "video/mp4", ".ogg" => "audio/ogg", ".png" => "image/png", ".svg" => "image/svg+xml", |