Skip to content

Commit

Permalink
Add ngx_http_google_filter_module
Browse files Browse the repository at this point in the history
  • Loading branch information
zengxs committed Nov 22, 2024
1 parent e903274 commit 68b3905
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@
[submodule "third-deps/sregex"]
path = third-deps/sregex
url = https://github.com/openresty/sregex.git
[submodule "modules/ngx_http_google_filter_module"]
path = modules/ngx_http_google_filter_module
url = https://github.com/cuber/ngx_http_google_filter_module.git
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ RUN set -ex \
--add-dynamic-module=/usr/src/modules/headers-more-nginx-module \
--add-dynamic-module=/usr/src/modules/ngx_devel_kit \
--add-dynamic-module=/usr/src/modules/iconv-nginx-module \
--add-dynamic-module=/usr/src/modules/ngx_http_google_filter_module \
| bash -x \
# build modules
&& make modules -j$(nproc) \
Expand Down
1 change: 1 addition & 0 deletions modules/ngx_http_google_filter_module

0 comments on commit 68b3905

Please sign in to comment.