nginx 利用awk提取最近10分钟的nginx日志 nginx日志格式 map $http_x_forwarded_for $clientRealIp {"" $remote_addr;~^(?P[0-9.]+),?.*$ $firstAddr;} l... 2021年03月23日 发表评论 阅读全文
nginx nginx 1.10启用http2 nginx下载:wget http://nginx.org/download/nginx-1.10.0.tar.gz openssl下:wget https://www.openssl.org/sou... 2016年05月06日 发表评论 阅读全文
nginx Safari不能认证GoDaddy SSL Certificates问题 购买证书,搭建https服务器: 证书是在godaddy购买,购买细节流程不在详述,最终购买的是通配符的证书 Standard Wildcard SSL,如*.domain.com,支持信用卡和支付宝... 2016年04月26日 发表评论 阅读全文
nginx OPENSSL生成 NGINX CSR(证书签名申请) 在开始申请 SSL 之前,您必须从自己的服务器生成一个证书签名申请(Certificate Signing Request,CSR)。当您生成 CSR 后,剪切/复制该 CSR,然后将其粘贴到 SSL... 2016年04月22日 发表评论 阅读全文
web 什么是TTFB、TTSR、TTDC、TTFL 什么是TTFB呢? 1.TTFB (Time To First Byte),是最初的网络请求被发起到从服务器接收到第一个字节这段时间,它包含了 TCP连接时间,发送HTTP请求时间和获得响应消息第一个... 2016年03月31日 发表评论 阅读全文
nginx Nginx Google 扩展-ngx_http_google_filter_module 转载:https://github.com/cuber/ngx_http_google_filter_module/ 下载Nginx Google扩展 [bash]git clone https://... 2016年03月01日 发表评论 阅读全文
nginx nginx安装Modsecurity,实现waf功能 系统:centos 6.6 64位、 tengine 2.1.1, modsecurity 2.9.0 tengine : http://tengine.taobao.org/download/ten... 2015年10月22日 发表评论 阅读全文
nginx Tengine-2.1.0/2.1.1 ngx_http_concat_module访问400问题 Tengine-2.1.0/2.1.1 ngx_http_concat_module访问400问题 环境:Centos 5.11 nginx_concat_module的源代码文件tengine-2.... 2015年08月18日 发表评论 阅读全文
nginx 资源汇集:nginx教程从入门到精通 nginx教程写了一段时间,无意中发现,nginx相关文章已经达到了近100篇了。觉得很有必要汇总到一起,它是我们运维生存时间的一片心血,他是学习nginx的同学必看教程- -!,我们将会继续更新内容... 2014年11月26日 发表评论 阅读全文
nginx emlog nginx下伪静态规则 emlog 是 every memory log 的简称,意即:点滴记忆。是一款基于PHP和MySQL的功能强大的博客及CMS建站系统。致力于为您提供快速、稳定,且在使用上又极其简单、舒适的内容创作及... 2013年09月19日 发表评论 阅读全文