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