1 Star 0 Fork 2

王文磊/nginx-win64

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
generate-makefile.sh 996 Bytes
一键复制 编辑 原始数据 按行查看 历史
张奇 提交于 2020-05-24 22:53 +08:00 . 新增:Makefile 文件生成脚本。
#!/bin/sh
auto/configure \
--with-cc=cl \
--with-cc-opt=-DFD_SETSIZE=1024 \
--prefix= \
--sbin-path=nginx64.exe \
--conf-path=conf/nginx.conf \
--pid-path=logs/nginx.pid \
--error-log-path=logs/error.log \
--http-log-path=logs/access.log \
--http-client-body-temp-path=temp/client_body_temp \
--http-fastcgi-temp-path=temp/fastcgi_temp \
--http-proxy-temp-path=temp/proxy_temp \
--http-scgi-temp-path=temp/scgi_temp \
--http-uwsgi-temp-path=temp/uwsgi_temp \
--with-pcre=objs/libs/pcre-8.44 \
--with-openssl=objs/libs/openssl-1.1.1g \
--with-openssl-opt=no-asm \
--with-zlib=objs/libs/zlib-1.2.11 \
--with-http_addition_module --with-http_auth_request_module --with-http_gunzip_module --with-http_gzip_static_module \
--with-http_ssl_module --with-http_sub_module --with-http_stub_status_module \
--with-stream --with-stream_realip_module --with-stream_ssl_preread_module --with-stream_ssl_module \
--with-debug
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/keao_code/nginx-win64.git
git@gitee.com:keao_code/nginx-win64.git
keao_code
nginx-win64
nginx-win64
master

搜索帮助