Merge pull request #139815 from ncfavier/fastcgiParams-path
This commit is contained in:
commit
e1f9dbf673
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ with lib;
|
|||
};
|
||||
|
||||
fastcgiParams = mkOption {
|
||||
type = types.attrsOf types.str;
|
||||
type = types.attrsOf (types.either types.str types.path);
|
||||
default = {};
|
||||
description = ''
|
||||
FastCGI parameters to override. Unlike in the Nginx
|
||||
|
|
Loading…
Reference in a new issue