nginx四层负载均衡配置 Posted on 2017年6月14日 by 海明博士 - Updated 2017年6月15日 nginx四层负载均衡配置代理Mysql集群 环境如下: ip 192.168.6.203 Nginx ip .. Read more Nnginx
Nginx性能优化之配置缓冲、超时、压缩和日志 Posted on 2017年6月14日 by 海明博士 - Updated 2019年6月14日 Nginx的缓冲配置 请求缓冲在Nginx请求处理中扮演了重要的角色。当收到一条请求时,Nginx将请求写入缓.. Read more Nnginx
lnmp 配置pathinfo模式 Posted on 2017年6月5日 by 海明博士 LNMP 配置支持 pathinfo 1,nginx里添加以下配置文件内容如下 [crayon-6428c01.. Read more Nnginx
Nginx1.10.3安装 Posted on 2017年4月27日 by 海明博士 - Updated 2019年8月1日 企业实战千万PV的Nginx就得这么安装 Nginx 下载 wget http://nginx.org/dow.. Read more Nnginx
nginx rewrite 企业实战 Posted on 2017年4月21日 by 海明博士 - Updated 2017年5月20日 企业级rewrite 实战操作 相信大家在日常运维工作中如果你用到nginx作为前端反向代理服务器的话,你会对.. Read more Nnginx
Nginx 配置文件讲解 Posted on 2017年1月7日 by 海明博士 - Updated 2017年11月7日 Nginx 配置文件讲解 user www www; #user定义Nginx运行的用户和用户组.. Read more Nnginx
nginx配置ssl加密(单双向认证、部分https) Posted on 2015年1月5日 by 海明博士 - Updated 2018年1月5日 nginx下配置ssl本来是很简单的,无论是去认证中心买SSL安全证书还是自签署证书,但最近公司OA的一个需求.. Read more Nnginx
nginx配置location总结及rewrite规则写法 Posted on 2015年1月5日 by 海明博士 - Updated 2018年1月5日 1. location正则写法 一个示例: [crayon-6428c01f0715d84448.. Read more Nnginx
Apache和Nginx设置伪静态(URL Rewrite)的方法 Posted on 2011年1月5日 by 海明博士 - Updated 2018年1月5日 我就用这个网站为例子介绍下具体的配置,在Apache中有两种方法配置,一是通过httpd.conf文件,二是通.. Read more Apache, Nnginx