3
0
Fork 0
forked from mirrors/nixpkgs

nixos/httpd: add none option to logFormat

This commit is contained in:
Daniel Șerbănescu 2021-08-22 10:17:28 +02:00
parent 870959c7fb
commit 792e517070

View file

@ -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.
'';
};