nixos/nginx: add logError type

This commit is contained in:
Fritz Otlinghaus 2021-01-31 11:37:38 +01:00
parent 4015c5ca9c
commit a55d0b80ff
No known key found for this signature in database
GPG key ID: 1E5F98946FB1444E

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