diff options
author | Stefan Bühler <stbuehler@web.de> | 2008-09-23 19:05:42 +0000 |
---|---|---|
committer | Stefan Bühler <stbuehler@web.de> | 2008-09-23 19:05:42 +0000 |
commit | 755469967bf5cf06fc92c5512a76138518353a90 (patch) | |
tree | 013eb838942a07f1bc1a5cb3b51185d3990b27ec /doc/lighttpd.conf | |
parent | 7fc94644eb013b29b5ec7c3dc59b3fd546c22d18 (diff) | |
download | lighttpd-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
Diffstat (limited to 'doc/lighttpd.conf')
-rw-r--r-- | doc/lighttpd.conf | 2 |
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" |