nginx
字节锻造
编程交流、技术支持和辅导
wx: qiuye11235
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nginx-1.12.1代码移植
提取代码中的数据结构,用于自身的项目。 代码地址: https://gitee.com/jesson-deng/nginx1.12.1-transplant原创 2020-05-05 17:33:01 · 196 阅读 · 0 评论 -
nginx 自定义 etag算法为文件md5
这里有篇关于 etag 的文章。https://www.cnblogs.com/yangguoe/p/8462566.html 实现代码如下: https://github.com/jxdeng3264/nginx-static-etags.git 在 : https://github.com/z360394624/nginx-static-etags 的基础上解决了内存泄露以及,...原创 2020-04-30 14:20:25 · 662 阅读 · 0 评论 -
nginx疑问
1. ngx_log_error write 之后为什么不用 close ? 2.原创 2020-04-30 08:54:18 · 155 阅读 · 0 评论
分享