File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / lighttpd / conf.d / dirlisting.conf
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sun Jan 5 23:14:24 2014 UTC (10 years, 6 months ago) by misho
Branches: MAIN
CVS tags: elwix2_3, elwix2_2, HEAD, ELWIX2_2p0, ELWIX2_1
version 2.1

#######################################################################
##
##  Dirlisting Module 
## ------------------- 
##
## See http://www.lighttpd.net/documentation/dirlisting.html
##

##
## Enabled Directory listing
##
dir-listing.activate      = "enable"

##
## Hide dot files from the listing?
## By default they are listed.
##
dir-listing.hide-dotfiles = "enable" 

##
## list of regular expressions. Files that match any of the specified
## regular expressions will be excluded from directory listings.
##
dir-listing.exclude       = ( "~$" )

##
## set a encoding for the generated directory listing
##
## If you file-system is not using ASCII you have to set the encoding of
## the filenames as they are put into the HTML listing AS IS (with XML
## encoding)
##
dir-listing.encoding = "UTF-8"

##
## Specify the url to an optional CSS file. 
##
#dir-listing.external-css  = "/dirindex.css"

##
## Include HEADER.txt files above the directory listing. 
## You can disable showing the HEADER.txt in the listing. 
##
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 = "enable"
dir-listing.show-readme = "enable"

##
#######################################################################

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>