Skip to content

Commit

Permalink
nginx: Add Shibboleth Module
Browse files Browse the repository at this point in the history
Also add nginxShibboleth package
  • Loading branch information
jammerful committed May 1, 2017
1 parent f4289c8 commit da5bc79
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkgs/servers/http/nginx/modules.nix
Expand Up @@ -175,4 +175,13 @@
in {
src = ngx_pagespeed;
};

shibboleth = {
src = fetchFromGitHub {
owner = "nginx-shib";
repo = "nginx-http-shibboleth";
rev = "48b70d87bf7796d7813813a837e52b3a86e6f6f4";
sha256 = "0k8xcln5sf0m4r0m550dkhl07zhncp285dpysk6r4v6vqzqmhzdc";
};
};
}
5 changes: 5 additions & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -10880,6 +10880,11 @@ with pkgs;

nginxModules = callPackage ../servers/http/nginx/modules.nix { };

# We should move to dynmaic modules and create a nginxFull package with all modules
nginxShibboleth = callPackage ../servers/http/nginx/stable.nix {
modules = [ nginxModules.rtmp nginxModules.dav nginxModules.moreheaders nginxModules.shibboleth ];
};

ngircd = callPackage ../servers/irc/ngircd { };

nix-binary-cache = callPackage ../servers/http/nix-binary-cache {};
Expand Down

0 comments on commit da5bc79

Please sign in to comment.