summaryrefslogtreecommitdiff
path: root/tests/lighttpd.conf
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2011-08-30 22:13:59 +0000
committerStefan Bühler <stbuehler@web.de>2011-08-30 22:13:59 +0000
commite05f1b3eec1032bd25dc759f3c837b596775f458 (patch)
tree0f28af93ef274cd7dcc9b93f3dfb403e4302dead /tests/lighttpd.conf
parentcbf1baacc9b864cdc63eaf55c74c9ca8744210d8 (diff)
downloadlighttpd-git-e05f1b3eec1032bd25dc759f3c837b596775f458.tar.gz
Add static-file.disable-pathinfo option to prevent handling of urls like .../secret.php/image.jpg as static file
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2803 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/lighttpd.conf')
-rw-r--r--tests/lighttpd.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lighttpd.conf b/tests/lighttpd.conf
index f93311d0..8608fdd6 100644
--- a/tests/lighttpd.conf
+++ b/tests/lighttpd.conf
@@ -149,6 +149,7 @@ $HTTP["host"] == "vvv.example.org" {
$HTTP["host"] == "zzz.example.org" {
server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
server.name = "zzz.example.org"
+ static-file.disable-pathinfo = "enable"
}
$HTTP["host"] == "symlink.example.org" {