# BuildNginx **Repository Path**: janbar/build-nginx ## Basic Information - **Project Name**: BuildNginx - **Description**: 通过docker编译nginx - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-14 - **Last Updated**: 2021-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 下载nginx:wget http://nginx.org/download/nginx-1.18.0.tar.gz 下载上传模块:git clone -b 2.255 https://github.com/vkholodkov/nginx-upload-module nginx编译参数参考`docker pull nginx`里面的编译参数 编译命令:docker image build -t nginx:janbar ./ 参考:https://www.cnblogs.com/yinzhengjie/p/12198878.html