-
Nginx
-
nginx配置
server { listen 443 ssl; server_name www.a.com; location / { proxy_pass http://192.168.1.100; proxy_redirect http://$host/ /; proxy_set_header Host $host:$serve -
nginx反向代理https请求 处理302重定向
nginx反向代理https请求 处理302重定向 -
nginx+keepalived集群
nginx+keepalived集群 -
nginx内置变量$host与$server的区别
nginx内置变量$host与$server的区别 -
通过nginx拦截修改页面内容
比如把所有页面变成灰色 -
nginx http强转https后post变成了get
nginx http强转https后post变成了get -
恶意爬虫IP
恶意爬虫IP -
Nginx安全配置
1、开启SELinux SELinux(安全增强的Linux)是一个Linux内核功能,它提供了一个机制支持访问控制安全策略,提供了巨大的安全保护能力,它可以防止大多数系统root级攻击,请参考“如何在CentOS/Red Hat系统上开启SELinux”(http://www.cyberciti.biz/faq/rhel-fedora-redhat-selinux-protectio -
nginx离线安装
nginx离线安装 -
nginx限制IP访问
nginx限制IP访问