summaryrefslogtreecommitdiff
path: root/tests/lighttpd.conf
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2009-06-11 12:35:00 +0000
committerStefan Bühler <stbuehler@web.de>2009-06-11 12:35:00 +0000
commitad1e80e5afc0a3d16c8d820bdaacf491163f8615 (patch)
treeab5c223d88a3e2766e080c63c1301f6f8fd1bcbb /tests/lighttpd.conf
parent59eaedf353eb1c3e008840bfbb651d714295eeb4 (diff)
downloadlighttpd-git-ad1e80e5afc0a3d16c8d820bdaacf491163f8615.tar.gz
Add X-Sendfile-Range feature (fixes #2005)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2531 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/lighttpd.conf')
-rw-r--r--tests/lighttpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lighttpd.conf b/tests/lighttpd.conf
index b4a90c4e..e2fd96a7 100644
--- a/tests/lighttpd.conf
+++ b/tests/lighttpd.conf
@@ -82,7 +82,7 @@ $HTTP["url"] =~ "\.pdf$" {
}
fastcgi.debug = 0
-fastcgi.server = ( ".php" => ( ( "host" => "127.0.0.1", "port" => 1026, "broken-scriptfilename" => "enable" ) ),
+fastcgi.server = ( ".php" => ( ( "host" => "127.0.0.1", "port" => 1026, "broken-scriptfilename" => "enable", "allow-x-send-file" => "enable" ) ),
"/prefix.fcgi" => ( ( "host" => "127.0.0.1", "port" => 1026, "check-local" => "disable", "broken-scriptfilename" => "enable" ) )
)