]> git.pld-linux.org Git - packages/mythplugins.git/blobdiff - mythweb_lighttpd.conf
- fix shebangs and files, rel 11
[packages/mythplugins.git] / mythweb_lighttpd.conf
index 00f9e18b3f9f4fb669da9b3a672bc498be03e885..339a5937e0ea8cbe54a83a22ef259103c497c0ff 100644 (file)
@@ -6,7 +6,7 @@ $HTTP["host"] == "mythweb" {
     # Requiring authentication is a good idea if the server is publicly
     # accessible.  On a private server this section can be safely removed.
     auth.backend = "htdigest"
-    auth.backend.htdigest.userfile = "/usr/share/mythweb/htdigest"
+    auth.backend.htdigest.userfile = "/etc/webapps/mythweb/htdigest"
     auth.require = (
         "/" => (
             "method"  => "digest",
This page took 0.047628 seconds and 4 git commands to generate.