nixos/nginx: add logError type
This commit is contained in:
parent
4015c5ca9c
commit
a55d0b80ff
@ -404,6 +404,7 @@ in
|
|||||||
|
|
||||||
logError = mkOption {
|
logError = mkOption {
|
||||||
default = "stderr";
|
default = "stderr";
|
||||||
|
type = types.str;
|
||||||
description = "
|
description = "
|
||||||
Configures logging.
|
Configures logging.
|
||||||
The first parameter defines a file that will store the log. The
|
The first parameter defines a file that will store the log. The
|
||||||
|
Loading…
Reference in New Issue
Block a user