summary refs log tree commit diff
path: root/nixos/modules/services/web-servers/apache-httpd/default.nix
diff options
context:
space:
mode:
authoraanderse <aaron@fosslib.net>2019-02-20 07:43:25 -0500
committerDanylo Hlynskyi <abcz2.uprola@gmail.com>2019-02-20 14:43:25 +0200
commita9358c4356ea01fe5cf31936815fa589670f3170 (patch)
tree4fe9c4557e049154b295804886c54610d32d9532 /nixos/modules/services/web-servers/apache-httpd/default.nix
parent61ef8f0b425625795cf724d6e5a7eb9ddc451e28 (diff)
downloadnixpkgs-a9358c4356ea01fe5cf31936815fa589670f3170.tar
nixpkgs-a9358c4356ea01fe5cf31936815fa589670f3170.tar.gz
nixpkgs-a9358c4356ea01fe5cf31936815fa589670f3170.tar.bz2
nixpkgs-a9358c4356ea01fe5cf31936815fa589670f3170.tar.lz
nixpkgs-a9358c4356ea01fe5cf31936815fa589670f3170.tar.xz
nixpkgs-a9358c4356ea01fe5cf31936815fa589670f3170.tar.zst
nixpkgs-a9358c4356ea01fe5cf31936815fa589670f3170.zip
nixos/httpd: update documentation to reflect changes from https://github.com/NixOS/nixpkgs/pull/54529 (#56079)
Diffstat (limited to 'nixos/modules/services/web-servers/apache-httpd/default.nix')
-rw-r--r--nixos/modules/services/web-servers/apache-httpd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/web-servers/apache-httpd/default.nix b/nixos/modules/services/web-servers/apache-httpd/default.nix
index eebb1c413fa..3fd19d425c7 100644
--- a/nixos/modules/services/web-servers/apache-httpd/default.nix
+++ b/nixos/modules/services/web-servers/apache-httpd/default.nix
@@ -497,8 +497,8 @@ in
         default = false;
         description = ''
           If enabled, each virtual host gets its own
-          <filename>access_log</filename> and
-          <filename>error_log</filename>, namely suffixed by the
+          <filename>access.log</filename> and
+          <filename>error.log</filename>, namely suffixed by the
           <option>hostName</option> of the virtual host.
         '';
       };