Nginx 源码

Nginx

nginx documentation

依赖环境:

  • PCRE – Supports regular expressions. Required by the NGINX Core and Rewrite modules.
  • zlib – Supports header compression. Required by the NGINX Gzip module.
  • OpenSSL – Supports the HTTPS protocol. Required by the NGINX SSL module and others.

安装

安装依赖

NGINX Docs | Installing NGINX Open Source

下载源码

Contributing Changes

http://nginx.org/download/nginx-1.18.0.tar.gz

安装 hg

1
brew install hg

下载代码

1
hg clone http://hg.nginx.org/nginx

编译参数

Building nginx from Sources

1
2


代码架构

Development guide

参考

nginx documentation

×

纯属好玩

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

文章目录
  1. 1. Nginx
    1. 1.1. 安装
      1. 1.1.1. 安装依赖
      2. 1.1.2. 下载源码
      3. 1.1.3. 编译参数
      4. 1.1.4. 代码架构
    2. 1.2. 参考
,