summaryrefslogtreecommitdiff
path: root/tests/lighttpd.conf
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-12-31 12:17:10 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-12-31 12:17:10 -0500
commit09de7aabd0b63ec4777d6d4148f7c60cbd06e69c (patch)
treeeba2f553d3c5734972d10c399ca501ff0ef37096 /tests/lighttpd.conf
parente1e713c5336f4241c61cf754b66ffac51b2f6535 (diff)
downloadlighttpd-git-09de7aabd0b63ec4777d6d4148f7c60cbd06e69c.tar.gz
[tests] disable auth.delay-invalid-creds for tests
avoid response delay after bad authentication *while running tests*
Diffstat (limited to 'tests/lighttpd.conf')
-rw-r--r--tests/lighttpd.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lighttpd.conf b/tests/lighttpd.conf
index b752ecc4..f499d7cf 100644
--- a/tests/lighttpd.conf
+++ b/tests/lighttpd.conf
@@ -16,6 +16,8 @@ server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.
server.name = "www.example.org"
server.tag = "lighttpd-1.4.x"
+server.feature-flags += ( "auth.delay-invalid-creds" => "disable" )
+
server.dir-listing = "enable"
server.modules = (