Merge pull request #139815 from ncfavier/fastcgiParams-path

This commit is contained in:
Sandro 2021-12-07 20:38:55 +01:00 committed by GitHub
commit e1f9dbf673
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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