mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Merge pull request #111424 from helsinki-systems/nginx
nixos/nginx: add logError type
This commit is contained in:
commit
53f4c40d39
@ -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