Changed hyphens to underscores

This commit is contained in:
seednode 2020-11-14 18:35:34 -05:00
parent e6999e6903
commit fc48c7e80a

View File

@ -14,7 +14,7 @@ RUN tar xzf "/src/pcre/pcre-$PCRE_VER.tar.gz"
RUN git clone https://github.com/aperezdc/ngx-fancyindex.git /src/ngx-fancyindex
# download ngx_http_hs_challenge module
RUN git clone https://github.com/simon987/ngx_http_js_challenge_module.git /src/ngx-http-js-challenge-module
RUN git clone https://github.com/simon987/ngx_http_js_challenge_module.git /src/ngx_http_js_challenge_module
# download nginx source
WORKDIR /src/nginx
@ -41,7 +41,7 @@ RUN ./configure --prefix=/usr/share/nginx \
--with-pcre-jit \
--with-http_addition_module \
--add-module=/src/ngx-fancyindex \
--add-dynamic-module=/src/ngx-http-js-challenge-module \
--add-dynamic-module=/src/ngx_http_js_challenge_module \
--without-http_fastcgi_module \
--without-http_uwsgi_module \
--without-http_scgi_module \