summaryrefslogtreecommitdiff
path: root/tests/fastcgi-responder.conf
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-11 01:46:59 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-11 02:53:20 -0500
commitc1bc5efe9a2fb424ba432cbe03ea5d1c525519e6 (patch)
treed4fc11fbfd05c146f3cb56891ca6bbc43d409f55 /tests/fastcgi-responder.conf
parentfaa134cad58e2fa80554dcd119126fba875c4415 (diff)
downloadlighttpd-git-c1bc5efe9a2fb424ba432cbe03ea5d1c525519e6.tar.gz
[tests] _WIN32 adjustments in LightyTest.pm
separate cygwin paths from Windows native paths remove unnecessary variables remove unnecessary file copies
Diffstat (limited to 'tests/fastcgi-responder.conf')
-rw-r--r--tests/fastcgi-responder.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fastcgi-responder.conf b/tests/fastcgi-responder.conf
index 3b90af07..f25f8d16 100644
--- a/tests/fastcgi-responder.conf
+++ b/tests/fastcgi-responder.conf
@@ -26,7 +26,7 @@ $HTTP["host"] == "auth.example.org" {
server.name = "auth.example.org"
$HTTP["url"] =~ "\.php$" {
- auth.backend.htpasswd.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.htpasswd"
+ auth.backend.htpasswd.userfile = env.SRCDIR + "/lighttpd.htpasswd"
auth.backend = "htpasswd"
auth.require = (
"" => (