summaryrefslogtreecommitdiff
path: root/tests/lighttpd.conf
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-11 01:46:59 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2023-05-03 23:11:34 -0400
commit57d40773c2c299a9038985fb1f73d691a3ceef39 (patch)
tree601c6ae1651b2a04c792f960e679d41dc20a3d0a /tests/lighttpd.conf
parent58d557219fb1769d42fb45e54ff25d8f6a44214f (diff)
downloadlighttpd-git-57d40773c2c299a9038985fb1f73d691a3ceef39.tar.gz
[tests] _WIN32 adjustments in LightyTest.pm
separate cygwin paths from Windows native paths
Diffstat (limited to 'tests/lighttpd.conf')
-rw-r--r--tests/lighttpd.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lighttpd.conf b/tests/lighttpd.conf
index b4ab4bfa..d186dc82 100644
--- a/tests/lighttpd.conf
+++ b/tests/lighttpd.conf
@@ -194,7 +194,7 @@ $HTTP["host"] == "lowercase-exclude" {
$HTTP["host"] == "lowercase-auth" {
server.force-lowercase-filenames = "enable"
auth.backend = "plain"
- auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
+ auth.backend.plain.userfile = env.SRCDIR + "/lighttpd.user"
auth.require = (
"/image.jpg" => (
"method" => "digest",
@@ -231,11 +231,11 @@ $HTTP["host"] == "deflate-cache.example.org" {
$HTTP["host"] =~ "^auth-" {
$HTTP["host"] == "auth-htpasswd.example.org" {
auth.backend = "htpasswd"
- auth.backend.htpasswd.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.htpasswd"
+ auth.backend.htpasswd.userfile = env.SRCDIR + "/lighttpd.htpasswd"
}
$HTTP["host"] == "auth-plain.example.org" {
auth.backend = "plain"
- auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
+ auth.backend.plain.userfile = env.SRCDIR + "/lighttpd.user"
}
auth.require = (
"/server-status" => (