nixos/httpd: update documentation to reflect changes from https://github.com/NixOS/nixpkgs/pull/54529 (#56079)

This commit is contained in:
aanderse 2019-02-20 07:43:25 -05:00 committed by Danylo Hlynskyi
parent 61ef8f0b42
commit a9358c4356

View File

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