支持流
This commit is contained in:
parent
7da5576b2a
commit
1346fe12f2
@ -20,7 +20,7 @@ RUN cd / && wget http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz \
|
|||||||
&& tar -zxvf nginx-$NGINX_VERSION.tar.gz \
|
&& tar -zxvf nginx-$NGINX_VERSION.tar.gz \
|
||||||
&& rm -rf nginx-$NGINX_VERSION.tar.gz \
|
&& rm -rf nginx-$NGINX_VERSION.tar.gz \
|
||||||
&& cd nginx-$NGINX_VERSION \
|
&& cd nginx-$NGINX_VERSION \
|
||||||
&& ./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module \
|
&& ./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-stream=dynamic \
|
||||||
&& make \
|
&& make \
|
||||||
&& make install
|
&& make install
|
||||||
|
|
||||||
|
|||||||
@ -20,7 +20,7 @@ RUN cd / && wget http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz \
|
|||||||
&& tar -zxvf nginx-$NGINX_VERSION.tar.gz \
|
&& tar -zxvf nginx-$NGINX_VERSION.tar.gz \
|
||||||
&& rm -rf nginx-$NGINX_VERSION.tar.gz \
|
&& rm -rf nginx-$NGINX_VERSION.tar.gz \
|
||||||
&& cd nginx-$NGINX_VERSION \
|
&& cd nginx-$NGINX_VERSION \
|
||||||
&& ./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module \
|
&& ./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-stream=dynamic \
|
||||||
&& make \
|
&& make \
|
||||||
&& make install
|
&& make install
|
||||||
|
|
||||||
|
|||||||
@ -20,7 +20,7 @@ RUN cd / && wget http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz \
|
|||||||
&& tar -zxvf nginx-$NGINX_VERSION.tar.gz \
|
&& tar -zxvf nginx-$NGINX_VERSION.tar.gz \
|
||||||
&& rm -rf nginx-$NGINX_VERSION.tar.gz \
|
&& rm -rf nginx-$NGINX_VERSION.tar.gz \
|
||||||
&& cd nginx-$NGINX_VERSION \
|
&& cd nginx-$NGINX_VERSION \
|
||||||
&& ./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module \
|
&& ./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-stream=dynamic \
|
||||||
&& make \
|
&& make \
|
||||||
&& make install
|
&& make install
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user