From f2e4e83a8570e558389916eb2f6fcd5ad8397438 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sat, 5 Sep 2020 10:05:48 -0400 Subject: [mod_dirlisting] fix config parsing crash (bug on master branch; never released) (thx avij) update doc that dir-listing.hide-dotfiles = "enable" by default since lighttpd 1.4.40 https://redmine.lighttpd.net/issues/1081 --- doc/config/conf.d/dirlisting.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/config/conf.d/dirlisting.conf b/doc/config/conf.d/dirlisting.conf index e2a0d15d..3382f490 100644 --- a/doc/config/conf.d/dirlisting.conf +++ b/doc/config/conf.d/dirlisting.conf @@ -13,9 +13,9 @@ dir-listing.activate = "disable" ## ## Hide dot files from the listing? -## By default they are listed. +## By default they are hidden (not listed). ## -dir-listing.hide-dotfiles = "disable" +dir-listing.hide-dotfiles = "enable" ## ## list of regular expressions. Files that match any of the specified -- cgit v1.2.1