nginx: add ModSecurity Nginx Connector (#28545)

nginx: add ModSecurity Nginx Connector

authored by Izorkin and committed by Graham Christensen cf6e90c1 747d0f50

+10
+10
pkgs/servers/http/nginx/modules.nix
··· 47 47 ''; 48 48 }; 49 49 50 + modsecurity-beta = { 51 + src = fetchFromGitHub { 52 + owner = "SpiderLabs"; 53 + repo = "ModSecurity-nginx"; 54 + rev = "abbf2c47f6f3205484a1a9db618e067dce213b89"; 55 + sha256 = "04ar51bnqjca6g4p2irymgdmc8rh5nsi8ml43srm4krllnkvw8qn"; 56 + }; 57 + inputs = [ pkgs.curl pkgs.geoip pkgs.libmodsecurity pkgs.libxml2 pkgs.lmdb pkgs.yajl ]; 58 + }; 59 + 50 60 echo = { 51 61 src = fetchFromGitHub { 52 62 owner = "openresty";