Merge pull request #135227 from dasj19/httpd-logformat
nixos/httpd: add none option to logFormat
This commit is contained in:
commit
45d3c11c72
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ in
|
|||
default = "common";
|
||||
example = "combined";
|
||||
description = ''
|
||||
Log format for log files. Possible values are: combined, common, referer, agent.
|
||||
Log format for log files. Possible values are: combined, common, referer, agent, none.
|
||||
See <link xlink:href="https://httpd.apache.org/docs/2.4/logs.html"/> for more details.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue