docker nginx 添加第三方模块

Nginx 编译第三方动态模块 cd /usr/src apt-get update && apt-get install -y wget build-essential libpcre3 libpcre3-dev zlib1g zli ...