fixed typo
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1008 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.11
parent
755765da9d
commit
b72583c27a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue