forked from mirrors/nixpkgs
nixos/httpd: add none option to logFormat
This commit is contained in:
parent
870959c7fb
commit
792e517070
|
@ -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