summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArno Töll <arno@debian.org>2012-11-21 23:03:51 +0100
committerArno Töll <arno@debian.org>2012-11-21 23:03:51 +0100
commitf1532bfdd56dc641ae366f6ecd4c490c11117aac (patch)
treee58012163da210efa84fdbdcefd069ee511fd3e4 /doc
parent3f9e670856f606be4d9899e2d2a9ed4708575f10 (diff)
downloadlighttpd-f1532bfdd56dc641ae366f6ecd4c490c11117aac.tar.gz
Imported Upstream version 1.4.19upstream/1.4.19
Diffstat (limited to 'doc')
-rw-r--r--doc/configuration.txt6
-rw-r--r--doc/lighttpd.conf1
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/configuration.txt b/doc/configuration.txt
index 416329b..8aac874 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -7,8 +7,8 @@ Module: core
------------
:Author: Jan Kneschke
-:Date: $Date: 2006-10-04 15:26:23 +0200 (Wed, 04 Oct 2006) $
-:Revision: $Revision: 1371 $
+:Date: $Date: 2007-11-04 17:53:17 +0100 (Sun, 04 Nov 2007) $
+:Revision: $Revision: 2012 $
:abstract:
the layout of the configuration file
@@ -85,6 +85,8 @@ where <field> is one of one of the following:
$HTTP["cookie"]
match on cookie
+$HTTP["scheme"]
+ match on scheme
$HTTP["host"]
match on host
$HTTP["useragent"]
diff --git a/doc/lighttpd.conf b/doc/lighttpd.conf
index 767e100..7fa7471 100644
--- a/doc/lighttpd.conf
+++ b/doc/lighttpd.conf
@@ -72,6 +72,7 @@ mimetype.assign = (
".ogg" => "application/ogg",
".wav" => "audio/x-wav",
".gif" => "image/gif",
+ ".jar" => "application/x-java-archive",
".jpg" => "image/jpeg",
".jpeg" => "image/jpeg",
".png" => "image/png",