-
Nginx
-
The request was rejected because the URL contained a potentially malicious String "//"
The request was rejected because the URL contained a potentially malicious String "//" 一般是因为nginx配置代理是多拼写了个/ 如 location /api { proxy_pass http -
Nginx反向代理中基于时间窗口的访问控制
make sudo make install -
nginx取url中的参数值
if ($query_string ~ ".*(?:^|\?|&)key=(.+?)(?:(?:&.*)|$)") { set $key "$1"; } 地址比如是: https://www.a.com/index.html?key=123&method=25 -
WIN10开机启动
WIN10开机启动 -
nginx限制IP访问
nginx限制IP访问 -
nginx+keepalived集群
nginx+keepalived集群 -
nginx离线安装
nginx离线安装 -
Nginx安全配置
1、开启SELinux SELinux(安全增强的Linux)是一个Linux内核功能,它提供了一个机制支持访问控制安全策略,提供了巨大的安全保护能力,它可以防止大多数系统root级攻击,请参考“如何在CentOS/Red Hat系统上开启SELinux”(http://www.cyberciti.biz/faq/rhel-fedora-redhat-selinux-protectio -
恶意爬虫IP
恶意爬虫IP -
nginx http强转https后post变成了get
nginx http强转https后post变成了get