]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_dirlisting.conf
- change the way config files are included, so in case of error the error
[packages/lighttpd.git] / lighttpd-mod_dirlisting.conf
index e3cedd0fdc74c15cfd500247d7550faf7994029e..168d8091f778cec8aa320e5995bf0c3cc0bc8f5a 100644 (file)
@@ -2,9 +2,8 @@
 #
 # Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModDirlisting
 
-server.modules += (
-       "mod_dirlisting"
-)
+# NOTE: this module is automatically loaded
 
-#dir-listing.encoding        = "utf-8"
-#server.dir-listing          = "enable"
+#dir-listing.encoding          = "utf-8"
+#dir-listing.activate          = "enable"
+dir-listing.hide-dotfiles      = "enable"
This page took 0.079058 seconds and 4 git commands to generate.