summaryrefslogtreecommitdiff
path: root/tests/lighttpd.conf
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-12-23 04:39:50 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2017-01-31 14:36:15 -0500
commitafce434e0b0ee517fef06cf32d3f9de25ceddc14 (patch)
tree8782e6f7959712d1552c4770934b301a25c35384 /tests/lighttpd.conf
parent4d92366ab21d4b4ae6f4781b9121d6683e0bc909 (diff)
downloadlighttpd-git-afce434e0b0ee517fef06cf32d3f9de25ceddc14.tar.gz
[mod_secdownload] new directives modify hash path (fixes #646, fixes #1904)
secdownload.path-segments = <number> include only given number of path segments in hash digest calculation secdownload.hash-querystr = "enable" | "disable" include the query string in the hash digest calculation x-ref: "secdownload.path_elements support" https://redmine.lighttpd.net/issues/646 "mod_secdownload option to include url GET parameters in md5" https://redmine.lighttpd.net/issues/1904
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 3fd8b0da..c2fae77d 100644
--- a/tests/lighttpd.conf
+++ b/tests/lighttpd.conf
@@ -199,6 +199,7 @@ $HTTP["host"] == "vvv-sha256.example.org" {
secdownload.uri-prefix = "/sec/"
secdownload.timeout = 120
secdownload.algorithm = "hmac-sha256"
+ secdownload.hash-querystr = "enable"
}
$HTTP["host"] == "zzz.example.org" {