X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=mythweb_lighttpd.conf;h=339a5937e0ea8cbe54a83a22ef259103c497c0ff;hb=7976df12364e9169e283c02615da7b770437960e;hp=00f9e18b3f9f4fb669da9b3a672bc498be03e885;hpb=7815f9cc3b4c414d828d666895c18d103a00457b;p=packages%2Fmythplugins.git 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",