summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-12-07 20:38:55 +0100
committerGitHub <noreply@github.com>2021-12-07 20:38:55 +0100
commite1f9dbf673d1dce12c5bb834e50bc91db7707825 (patch)
tree2ff0a6add8abdd81c63f75c40e94b903b715a9dc
parent5854f698b57a50e8d4b97d287535ee38525c1951 (diff)
parentc965a308719b7140588dad064a0ff7f4032437d1 (diff)
downloadnixpkgs-e1f9dbf673d1dce12c5bb834e50bc91db7707825.tar
nixpkgs-e1f9dbf673d1dce12c5bb834e50bc91db7707825.tar.gz
nixpkgs-e1f9dbf673d1dce12c5bb834e50bc91db7707825.tar.bz2
nixpkgs-e1f9dbf673d1dce12c5bb834e50bc91db7707825.tar.lz
nixpkgs-e1f9dbf673d1dce12c5bb834e50bc91db7707825.tar.xz
nixpkgs-e1f9dbf673d1dce12c5bb834e50bc91db7707825.tar.zst
nixpkgs-e1f9dbf673d1dce12c5bb834e50bc91db7707825.zip
Merge pull request #139815 from ncfavier/fastcgiParams-path
-rw-r--r--nixos/modules/services/web-servers/nginx/location-options.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/nginx/location-options.nix b/nixos/modules/services/web-servers/nginx/location-options.nix
index 56a5381e05c..6fd00b38697 100644
--- a/nixos/modules/services/web-servers/nginx/location-options.nix
+++ b/nixos/modules/services/web-servers/nginx/location-options.nix
@@ -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