3
0
Fork 0
forked from mirrors/nixpkgs

nginxModules.lua-upstream: init at v0.07

This commit is contained in:
Izorkin 2018-08-04 20:48:31 +03:00
parent 29b3e11541
commit e0de8354b9

View file

@ -94,6 +94,16 @@
'';
};
lua-upstream = {
src = fetchFromGitHub {
owner = "openresty";
repo = "lua-upstream-nginx-module";
rev = "v0.07";
sha256 = "1gqccg8airli3i9103zv1zfwbjm27h235qjabfbfqk503rjamkpk";
};
inputs = [ pkgs.luajit ];
};
modsecurity = {
src = "${pkgs.modsecurity_standalone.nginx}/nginx/modsecurity";
inputs = [ pkgs.curl pkgs.apr pkgs.aprutil pkgs.apacheHttpd pkgs.yajl ];