nixos/httpd: add none option to logFormat

launchpad/nixpkgs/master
Daniel Șerbănescu 3 years ago
parent 870959c7fb
commit 792e517070
  1. 2
      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.
'';
};

Loading…
Cancel
Save