nginx: add http subs filter module (#56546)

This commit is contained in:
Benjamin Smith
2019-03-13 02:16:40 +02:00
committed by Danylo Hlynskyi
parent 65898a4ddb
commit f4d24273e5
+9
View File
@@ -264,6 +264,15 @@
};
};
subsFilter = {
src = fetchFromGitHub {
owner = "yaoweibin";
repo = "ngx_http_substitutions_filter_module";
rev = "v0.6.4";
sha256 = "0q86cv0mfffh43id5xanywyhpd7b0jijrmk8y311c13l9ajrd2rx";
};
};
sysguard = {
src = fetchFromGitHub {
owner = "vozlt";