mirror of
https://git.seedno.de/seednode/docker-nginx-js-challenge.git
synced 2025-04-10 17:36:41 +00:00
Changed hyphens to underscores
This commit is contained in:
parent
e6999e6903
commit
fc48c7e80a
@ -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
|
RUN git clone https://github.com/aperezdc/ngx-fancyindex.git /src/ngx-fancyindex
|
||||||
|
|
||||||
# download ngx_http_hs_challenge module
|
# 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
|
# download nginx source
|
||||||
WORKDIR /src/nginx
|
WORKDIR /src/nginx
|
||||||
@ -41,7 +41,7 @@ RUN ./configure --prefix=/usr/share/nginx \
|
|||||||
--with-pcre-jit \
|
--with-pcre-jit \
|
||||||
--with-http_addition_module \
|
--with-http_addition_module \
|
||||||
--add-module=/src/ngx-fancyindex \
|
--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_fastcgi_module \
|
||||||
--without-http_uwsgi_module \
|
--without-http_uwsgi_module \
|
||||||
--without-http_scgi_module \
|
--without-http_scgi_module \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user