From 04f9a36a7837e9f254fc7877bba5f16193ced1ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Sun, 30 May 2021 21:23:17 +0200 Subject: [PATCH] OpenResty stopped support for Nginx.. --- install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install b/install index 2e62997..c60c640 100644 --- a/install +++ b/install @@ -119,6 +119,7 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in git clone https://github.com/openresty/echo-nginx-module.git git clone https://github.com/leev/ngx_http_geoip2_module.git git clone https://github.com/openresty/lua-nginx-module.git + cd /opt/nginx/modules/ && wget https://github.com/openresty/lua-nginx-module/archive/refs/tags/v0.10.12rc2.tar.gz; tar xf v0.10.12rc2.tar.gz; rm -Rf v0.10.12rc2.tar.gz; mv /opt/nginx/modules/lua-nginx-module-0.10.12rc2 /opt/nginx/modules/lua-nginx-module git clone https://github.com/SpiderLabs/ModSecurity-nginx.git git clone https://github.com/openresty/encrypted-session-nginx-module.git git clone https://github.com/flant/nginx-http-rdns.git @@ -300,7 +301,7 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in git clone https://github.com/openresty/headers-more-nginx-module.git git clone https://github.com/openresty/echo-nginx-module.git git clone https://github.com/leev/ngx_http_geoip2_module.git - git clone https://github.com/openresty/lua-nginx-module.git + cd /opt/nginx/modules/ && wget https://github.com/openresty/lua-nginx-module/archive/refs/tags/v0.10.12rc2.tar.gz; tar xf v0.10.12rc2.tar.gz; rm -Rf v0.10.12rc2.tar.gz; mv /opt/nginx/modules/lua-nginx-module-0.10.12rc2 /opt/nginx/modules/lua-nginx-module git clone https://github.com/SpiderLabs/ModSecurity-nginx.git git clone https://github.com/openresty/encrypted-session-nginx-module.git git clone https://github.com/flant/nginx-http-rdns.git @@ -475,7 +476,7 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in git clone https://github.com/openresty/headers-more-nginx-module.git git clone https://github.com/openresty/echo-nginx-module.git git clone https://github.com/leev/ngx_http_geoip2_module.git - git clone https://github.com/openresty/lua-nginx-module.git + cd /opt/nginx/modules/ && wget https://github.com/openresty/lua-nginx-module/archive/refs/tags/v0.10.12rc2.tar.gz; tar xf v0.10.12rc2.tar.gz; rm -Rf v0.10.12rc2.tar.gz; mv /opt/nginx/modules/lua-nginx-module-0.10.12rc2 /opt/nginx/modules/lua-nginx-module git clone https://github.com/SpiderLabs/ModSecurity-nginx.git git clone https://github.com/openresty/encrypted-session-nginx-module.git git clone https://github.com/flant/nginx-http-rdns.git