nginx: add http subs filter module (#56546)
This commit is contained in:
parent
65898a4ddb
commit
f4d24273e5
1 changed files with 9 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue