nginx: Add Shibboleth Module

Also add nginxShibboleth package
This commit is contained in:
jammerful
2017-05-01 17:09:00 -04:00
parent f4289c8b19
commit da5bc79469
2 changed files with 14 additions and 0 deletions
+9
View File
@@ -175,4 +175,13 @@
in {
src = ngx_pagespeed;
};
shibboleth = {
src = fetchFromGitHub {
owner = "nginx-shib";
repo = "nginx-http-shibboleth";
rev = "48b70d87bf7796d7813813a837e52b3a86e6f6f4";
sha256 = "0k8xcln5sf0m4r0m550dkhl07zhncp285dpysk6r4v6vqzqmhzdc";
};
};
}