--- elwix/config/etc/default/lighttpd/conf.d/dirlisting.conf 2013/10/14 15:19:38 1.1.2.1 +++ elwix/config/etc/default/lighttpd/conf.d/dirlisting.conf 2013/10/14 15:44:38 1.1.2.2 @@ -9,13 +9,13 @@ ## ## Enabled Directory listing ## -dir-listing.activate = "disable" +dir-listing.activate = "enable" ## ## Hide dot files from the listing? ## By default they are listed. ## -dir-listing.hide-dotfiles = "disable" +dir-listing.hide-dotfiles = "enable" ## ## list of regular expressions. Files that match any of the specified @@ -41,15 +41,15 @@ dir-listing.encoding = "UTF-8" ## Include HEADER.txt files above the directory listing. ## You can disable showing the HEADER.txt in the listing. ## -dir-listing.hide-header-file = "disable" -dir-listing.show-header = "disable" +dir-listing.hide-header-file = "enable" +dir-listing.show-header = "enable" ## ## Include README.txt files above the directory listing. ## You can disable showing the README.txt in the listing. ## -dir-listing.hide-readme-file = "disable" -dir-listing.show-readme = "disable" +dir-listing.hide-readme-file = "enable" +dir-listing.show-readme = "enable" ## #######################################################################