This commit is contained in:
parent
b51814bba8
commit
5eb05fcdc4
@ -13,7 +13,7 @@ RUN tar -zxvf nginx-*.tar.gz
|
|||||||
RUN git clone https://github.com/aperezdc/ngx-fancyindex.git ngx-fancyindex
|
RUN git clone https://github.com/aperezdc/ngx-fancyindex.git ngx-fancyindex
|
||||||
|
|
||||||
# Build Nginx from source
|
# Build Nginx from source
|
||||||
RUN cd nginx-*
|
WORKDIR /tmp/nginx-*
|
||||||
RUN ./configure --prefix=/usr/local/nginx \
|
RUN ./configure --prefix=/usr/local/nginx \
|
||||||
--sbin-path=/usr/local/sbin/nginx \
|
--sbin-path=/usr/local/sbin/nginx \
|
||||||
--conf-path=/etc/nginx/nginx.conf \
|
--conf-path=/etc/nginx/nginx.conf \
|
||||||
|
Loading…
Reference in New Issue
Block a user