nginx,nginx配置,nginx性能,nginxrewrite,ssl
2015-07-31
proxy_set_header Host $http_host / $host 两者的区别
proxy_set_headerHost$http_host/$host两者的区别
经验与学习 122
2015-07-13
nginx 代理情况下保持统一session
nginx代理情况下保持统一session
Linux 75
2015-07-01
nginx 或者 并且 规则判断
在nginx中的配置文件,有规则if中正则判断,但是没有或者和并且的判断。这个需要个
Linux 180
2015-06-30
nginx 判断useragent为空
服务器受到cc(攻击者借助代理服务器生成指向受害主机的合法请求,实现DDOS,和伪装就叫:cc(ChallengeCollapsar)。)攻击了,nginx简单处理一下即可。
Linux 104
2015-06-24
nginx proxy代理https
nginxproxy代理https,包括多个二级域名进行https的代理,这样使用前台多个
Linux 107
2015-03-21
linux php安装redis
在linux中配置php连接redis步骤,
Linux 159
2015-03-11
nginx http跳转https
在某些需求中nginx要实现从http跳转到https,很简单在对应的80端口配置文件server中写个rewrite
经验与学习 77
2014-12-18
nginx cache静态化+tmpfs 高性能cdn方案
nginxcache静态化+tmpfs高性能cdn方案
经验与学习 196
2014-11-04
Error: Cannot retrieve metalink for repository: epel. Please verify it
在CentOS5/6上安装EPEL源EPEL(ExtraPackagesforEnterpriseLinux,企业版Linux的额外软件包),首先确定自己的系统类型
Linux 79
2014-10-29
yum 安装nginx+php+php-fpm+mysql
yum安装nginx+php+php-fpm+mysql
Linux 95
2014-09-24
nginx rewrite 不区分大小写
服务器使用的linux系统,系统是区分大小写的,然而在网站URL中是不区分大小写的。于是在nginxweb服务器上必须使用不区分大小写,nginxrewrite不区分大小写呢?
经验与学习 95
2014-07-14
网站突然不能访问-简单判断预案
网站突然不能访问-简单判断预案,网站访问着,突然间不能访问了,我们要找到出现什么问题,并解决掉。简单总结了一下流程:
经验与学习 108
2014-06-11
apache rewrite转换到nginx
apacherewrite转换到nginx
经验与学习 70
2014-03-26
yum源没有nginx
yum源安装默认没有nginx文件
Linux 103