# nginx-1.12.2-code-reading **Repository Path**: jesson-deng/nginx-1.12.2-code-reading ## Basic Information - **Project Name**: nginx-1.12.2-code-reading - **Description**: 源码阅读与移植,在这个仓库上进行调试,其他作为参考。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-30 - **Last Updated**: 2023-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nginx-1.12.2 ## 编译 ./make.sh 修改 objs/Makefile 文件 -Werror 去掉, 增加 -O0 方便调试. ## gdb 相关 set follow-fork-mode child 跟踪 fork 之后的子进程 nginx 源码阅读,欢迎交流,指正。 个人QQ:2964215702 微信:jxdeng64 2020-04-25 增加启动参数解析,配置文件解析注释