diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-07-26 09:00:25 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-07-26 09:00:25 (GMT) |
commit | d317bb68722dbe0e9f1a7d3eee79bb45045d8ff0 (patch) | |
tree | 70a71a8e0e8c1bf70c6c666f8d3f1a138287fb6a /abs/core-testing/lighttpd/lighttpd.conf | |
parent | 0aa9a27cf335fa3f53c3b38a09d7a30d6d7148ee (diff) | |
download | linhes_pkgbuild-d317bb68722dbe0e9f1a7d3eee79bb45045d8ff0.zip linhes_pkgbuild-d317bb68722dbe0e9f1a7d3eee79bb45045d8ff0.tar.gz linhes_pkgbuild-d317bb68722dbe0e9f1a7d3eee79bb45045d8ff0.tar.bz2 |
LightTPD:Added mp4 MIME type.
Diffstat (limited to 'abs/core-testing/lighttpd/lighttpd.conf')
-rw-r--r-- | abs/core-testing/lighttpd/lighttpd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core-testing/lighttpd/lighttpd.conf b/abs/core-testing/lighttpd/lighttpd.conf index e2c60da..7305133 100644 --- a/abs/core-testing/lighttpd/lighttpd.conf +++ b/abs/core-testing/lighttpd/lighttpd.conf @@ -94,6 +94,7 @@ mimetype.assign = ( ".xml" => "text/xml", ".mpeg" => "video/mpeg", ".mpg" => "video/mpeg", + ".mp4" => "video/quicktime", ".mov" => "video/quicktime", ".qt" => "video/quicktime", ".avi" => "video/x-msvideo", |