nixos/httpd: add none option to logFormat
This commit is contained in:
@@ -463,7 +463,7 @@ in
|
|||||||
default = "common";
|
default = "common";
|
||||||
example = "combined";
|
example = "combined";
|
||||||
description = ''
|
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.
|
See <link xlink:href="https://httpd.apache.org/docs/2.4/logs.html"/> for more details.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user