mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-08 03:26:08 +03:00
Merge pull request #111424 from helsinki-systems/nginx
nixos/nginx: add logError type
This commit is contained in:
commit
53f4c40d39
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue