Skip to content

Commit

Permalink
Move lighttpd recipes append file into recipe-extended directory
Browse files Browse the repository at this point in the history
Change securized default path from /filemanager to /

Signed-off-by: Baptiste DURAND <[email protected]>
  • Loading branch information
baillaw committed Mar 19, 2015
1 parent 83e6409 commit b050417
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ auth.backend.plain.userfile = "/etc/lighttpd.users"
#auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
#auth.backend.ldap.filter = "(uid=$)"

auth.require = ( "/filemanager" =>
auth.require = ( "/" =>
(
"method" => "basic",
"realm" => "Password protected area",
Expand Down

0 comments on commit b050417

Please sign in to comment.