diff options
author | Jan Kneschke <jan@kneschke.de> | 2006-02-28 02:29:59 +0000 |
---|---|---|
committer | Jan Kneschke <jan@kneschke.de> | 2006-02-28 02:29:59 +0000 |
commit | b72583c27af1cc474f913a529c7ff6be26ebc0a3 (patch) | |
tree | 047cf6daa9250ca82f8f3eca6149b4e56890429b /doc | |
parent | 755765da9dac69acfe028f220972234fcae17702 (diff) | |
download | lighttpd-git-b72583c27af1cc474f913a529c7ff6be26ebc0a3.tar.gz |
fixed typo
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1008 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dirlisting.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dirlisting.txt b/doc/dirlisting.txt index e93a4802..ea65ba6f 100644 --- a/doc/dirlisting.txt +++ b/doc/dirlisting.txt @@ -30,12 +30,12 @@ was found in that directory. To enable directory listings globally: :: - dir-listing.active = "enable" + dir-listing.activate = "enable" If you need it only for a directory, use conditionals: :: $HTTP["url"] =~ "^/download($|/)" { - dir-listing.active = "enable" + dir-listing.activate = "enable" } You can also use a external generator for directory listings if you use |