Skip to content

Commit c8ab89c

Browse files
NGINX: Remove unused substitutions module. (#12449)
1 parent cb53d76 commit c8ab89c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

images/nginx/rootfs/build.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ export MORE_HEADERS_VERSION=v0.37
3232
# Check for recent changes: https://github.com/atomx/nginx-http-auth-digest/compare/v1.0.0...atomx:master
3333
export NGINX_DIGEST_AUTH=v1.0.0
3434

35-
# Check for recent changes: https://github.com/yaoweibin/ngx_http_substitutions_filter_module/compare/v0.6.4...master
36-
export NGINX_SUBSTITUTIONS=e12e965ac1837ca709709f9a26f572a54d83430e
37-
3835
# Check for recent changes: https://github.com/SpiderLabs/ModSecurity-nginx/compare/v1.0.3...master
3936
export MODSECURITY_VERSION=v1.0.3
4037

@@ -213,9 +210,6 @@ get_src 0c0d2ced2ce895b3f45eb2b230cd90508ab2a773299f153de14a43e44c1209b3 \
213210
get_src f09851e6309560a8ff3e901548405066c83f1f6ff88aa7171e0763bd9514762b \
214211
"https://github.com/atomx/nginx-http-auth-digest/archive/$NGINX_DIGEST_AUTH.tar.gz" "nginx-http-auth-digest"
215212

216-
get_src a98b48947359166326d58700ccdc27256d2648218072da138ab6b47de47fbd8f \
217-
"https://github.com/yaoweibin/ngx_http_substitutions_filter_module/archive/$NGINX_SUBSTITUTIONS.tar.gz" "ngx_http_substitutions_filter_module"
218-
219213
get_src 32a42256616cc674dca24c8654397390adff15b888b77eb74e0687f023c8751b \
220214
"https://github.com/SpiderLabs/ModSecurity-nginx/archive/$MODSECURITY_VERSION.tar.gz" "ModSecurity-nginx"
221215

@@ -489,7 +483,6 @@ WITH_MODULES=" \
489483
--add-module=$BUILD_PATH/ngx_devel_kit \
490484
--add-module=$BUILD_PATH/set-misc-nginx-module \
491485
--add-module=$BUILD_PATH/headers-more-nginx-module \
492-
--add-module=$BUILD_PATH/ngx_http_substitutions_filter_module \
493486
--add-module=$BUILD_PATH/lua-nginx-module \
494487
--add-module=$BUILD_PATH/stream-lua-nginx-module \
495488
--add-module=$BUILD_PATH/lua-upstream-nginx-module \

0 commit comments

Comments
 (0)