list possible logformats for apache and added example

svn path=/nixos/trunk/; revision=17929
This commit is contained in:
Rob Vermaas 2009-10-22 17:37:06 +00:00
parent 9e80ca48cb
commit 5103c7a872
1 changed files with 2 additions and 1 deletions

View File

@ -431,8 +431,9 @@ in
logFormat = mkOption {
default = "common";
example = "combined";
description = "
Log format for Apache's log files.
Log format for Apache's log files. Possible values are: combined, common, referer, agent.
";
};