summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2008-09-23 19:05:42 +0000
committerStefan Bühler <stbuehler@web.de>2008-09-23 19:05:42 +0000
commit755469967bf5cf06fc92c5512a76138518353a90 (patch)
tree013eb838942a07f1bc1a5cb3b51185d3990b27ec
parent7fc94644eb013b29b5ec7c3dc59b3fd546c22d18 (diff)
downloadlighttpd-git-lighttpd-1.4.20.tar.gz
[doc] added dir-listing.encoding to the example configlighttpd-1.4.20
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2312 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--doc/lighttpd.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lighttpd.conf b/doc/lighttpd.conf
index 7fa74712..028a75b8 100644
--- a/doc/lighttpd.conf
+++ b/doc/lighttpd.conf
@@ -174,6 +174,8 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
## virtual directory listings
#dir-listing.activate = "enable"
+## select encoding for directory listings
+#dir-listing.encoding = "utf-8"
## enable debugging
#debug.log-request-header = "enable"