From: w.kier Date: Fri, 14 May 2010 13:30:22 +0000 (+0000) Subject: - fix htdigest path X-Git-Tag: auto/ti/mythplugins-0_23-0_2~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fmythplugins.git;a=commitdiff_plain;h=b2af0f27b69f654b1acd5d1e3b5aaa0bffe4c6ee - fix htdigest path Changed files: mythweb_lighttpd.conf -> 1.2 --- diff --git a/mythweb_lighttpd.conf b/mythweb_lighttpd.conf index 00f9e18..339a593 100644 --- a/mythweb_lighttpd.conf +++ b/mythweb_lighttpd.conf @@ -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",