Merge pull request #135227 from dasj19/httpd-logformat

nixos/httpd: add none option to logFormat
This commit is contained in:
Aaron Andersen 2021-08-22 07:06:25 -04:00 committed by GitHub
commit 45d3c11c72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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