summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2021-08-22 07:06:25 -0400
committerGitHub <noreply@github.com>2021-08-22 07:06:25 -0400
commit45d3c11c725e79b837df299b269771215bdba3a3 (patch)
tree9c910b29fc4c2e01b77d85a311cc6437f801fe18
parent1279b329fa0f9472d301a7d3d2a27c0ce2948c2e (diff)
parent792e517070bb0ba395aaef0de9f9e71e396d1604 (diff)
Merge pull request #135227 from dasj19/httpd-logformat
nixos/httpd: add none option to logFormat
-rw-r--r--nixos/modules/services/web-servers/apache-httpd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/apache-httpd/default.nix b/nixos/modules/services/web-servers/apache-httpd/default.nix
index 17cfdfb24462..ceb199870975 100644
--- a/nixos/modules/services/web-servers/apache-httpd/default.nix
+++ b/nixos/modules/services/web-servers/apache-httpd/default.nix
@@ -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.
'';
};