diff options
Diffstat (limited to 'abs/core-testing/lighttpd/auth-inc.conf')
-rw-r--r-- | abs/core-testing/lighttpd/auth-inc.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/core-testing/lighttpd/auth-inc.conf b/abs/core-testing/lighttpd/auth-inc.conf deleted file mode 100644 index 21c4c55..0000000 --- a/abs/core-testing/lighttpd/auth-inc.conf +++ /dev/null @@ -1,12 +0,0 @@ -auth.backend = "plain" -auth.backend.plain.userfile = "/etc/lighttpd/lighttpd.user" - - -auth.require = ( "/mythweb" => - ( - "method" => "basic", - "realm" => "MythWeb", - "require" => "valid-user" - ) - ) - |