nixos/nginx: add logError type
This commit is contained in:
parent
4015c5ca9c
commit
a55d0b80ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user