Merge pull request #111424 from helsinki-systems/nginx

nixos/nginx: add logError type
This commit is contained in:
Sandro 2021-01-31 15:05:02 +01:00 committed by GitHub
commit 53f4c40d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -404,6 +404,7 @@ in
logError = mkOption {
default = "stderr";
type = types.str;
description = "
Configures logging.
The first parameter defines a file that will store the log. The