list possible logformats for apache and added example
svn path=/nixos/trunk/; revision=17929
This commit is contained in:
parent
9e80ca48cb
commit
5103c7a872
|
@ -431,8 +431,9 @@ in
|
||||||
|
|
||||||
logFormat = mkOption {
|
logFormat = mkOption {
|
||||||
default = "common";
|
default = "common";
|
||||||
|
example = "combined";
|
||||||
description = "
|
description = "
|
||||||
Log format for Apache's log files.
|
Log format for Apache's log files. Possible values are: combined, common, referer, agent.
|
||||||
";
|
";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue