码迷,mamicode.com
首页 > 其他好文 > 详细

nginx add echo module

时间:2020-05-09 17:16:48      阅读:43      评论:0      收藏:0      [点我收藏+]

标签:gunzip   install   images   make   select   index   use   mon   prefix   

because nginx container no echo module so i‘m custom a image

echo module

wget https://github.com/openresty/echo-nginx-module/archive/v0.61.tar.gz

cover

    ./configure --prefix=/usr/local/nginx  --with-select_module --with-select_module --with-poll_module --with-threads  --with-file-aio --with-http_ssl_module --with-http_v2_module --with-http_realip_module --with-http_addition_module --with-http_xslt_module --with-http_image_filter_module --with-http_geoip_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module  --with-http_gunzip_module --with-http_gzip_static_module --with-http_auth_request_module --with-http_random_index_module  --with-http_secure_link_module  --with-http_degradation_module  --with-http_slice_module  --with-http_perl_module --with-http_stub_status_module --with-mail --with-mail_ssl_module --with-stream_realip_module --with-stream_realip_module --with-stream_realip_module --add-module=/usr/local/nginx/echo-nginx-module-0.61
make
make install

Dockerfile

FROM nginx-echo
MAINTAINER lele

WORKDIR /usr/local/nginx
EXPOSE 80
CMD ["./sbin/nginx", "-g", "daemon off;"]

docker images build

docker build -t nginx-echov1 -f Dockerfile .

complte

nginx add echo module

标签:gunzip   install   images   make   select   index   use   mon   prefix   

原文地址:https://www.cnblogs.com/sxgaofeng/p/12858324.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!