V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  holinhot  ›  全部回复第 56 页 / 共 66 页
回复总数  1306
1 ... 52  53  54  55  56  57  58  59  60  61 ... 66  
2015-05-16 22:22:45 +08:00
回复了 holinhot 创建的主题 PHP php http 跳转 https 问题
@Septembers 还是前端检测下吧。
2015-05-16 22:20:20 +08:00
回复了 holinhot 创建的主题 PHP php http 跳转 https 问题
@b0x 乱讲
2015-05-16 21:06:29 +08:00
回复了 holinhot 创建的主题 PHP php http 跳转 https 问题
@chinassl 你想多了
2015-05-16 21:00:15 +08:00
回复了 holinhot 创建的主题 NGINX nginx 反相代理这么设置一个概率跳转至另外一个域名
@liuhaotian ok我找一下
2015-05-16 20:59:53 +08:00
回复了 holinhot 创建的主题 NGINX nginx 反相代理这么设置一个概率跳转至另外一个域名
@liuhaotian if时间秒来设置概率?
2015-05-16 20:54:42 +08:00
回复了 holinhot 创建的主题 NGINX nginx 反相代理这么设置一个概率跳转至另外一个域名
@liuhaotian

location / {
rewrite_by_lua '
local res = ngx.location.capture("/check-spam")
if res.body == "spam" then
ngx.redirect("/terms-of-use.html")
end
'; fastcgi_pass ...;
}

这个概率应该怎么写呢
2015-05-16 20:38:58 +08:00
回复了 holinhot 创建的主题 NGINX nginx 反相代理这么设置一个概率跳转至另外一个域名
@liuhaotian 有相关文档吗没用过这个
2015-05-16 20:07:04 +08:00
回复了 holinhot 创建的主题 NGINX nginx 反相代理这么设置一个概率跳转至另外一个域名
@Showfom 有没有智能的
2015-05-16 20:06:13 +08:00
回复了 holinhot 创建的主题 NGINX nginx 如何限制某人地区的不法访问
@shiniv
@Septembers
@hiboshi
@lshero
@hiboshi
@jsthon
@lianyue

能在iptables上限制吗 区域外的ip直接拦截
2015-05-16 19:57:12 +08:00
回复了 holinhot 创建的主题 NGINX nginx 如何限制某人地区的不法访问
@lianyue nginx有模块?
2015-05-16 19:56:41 +08:00
回复了 holinhot 创建的主题 NGINX nginx 如何限制某人地区的不法访问
@jsthon 要的就是这个效果啊
2015-05-16 19:28:27 +08:00
回复了 holinhot 创建的主题 NGINX nginx 如何限制某人地区的不法访问
@lshero 我想要是只允许某个省的电信用户访问就好了
2015-05-16 19:26:13 +08:00
回复了 holinhot 创建的主题 NGINX nginx 如何限制某人地区的不法访问
@hiboshi 我是要从服务器上严格限制,dns那太自由了 改个hosts就能访问了
2015-05-16 17:59:35 +08:00
回复了 holinhot 创建的主题 SSL geoturst 被黑了?
@leavic 可能地区劫持
2015-05-16 17:02:38 +08:00
回复了 holinhot 创建的主题 NGINX nginx 如何限制某人地区的不法访问
@shiniv
@Septembers
geoip对国内省份好像不太准
2015-05-16 17:01:46 +08:00
回复了 holinhot 创建的主题 NGINX nginx 如何限制某人地区的不法访问
@lshero 到省就可以了
2015-05-16 15:44:45 +08:00
回复了 holinhot 创建的主题 PHP php http 跳转 https 问题
@holinhot 我目前只能先把负载均衡模式从https切换至tcp
然后在CDN开启全面SSL
用户 >>>>>CDN 443 >>>> 负载均衡 443 TCP>>>>> 内部服务器 443
2015-05-16 15:33:09 +08:00
回复了 holinhot 创建的主题 PHP php http 跳转 https 问题
或者负载均衡模式从http改到tcp
2015-05-16 11:36:01 +08:00
回复了 holinhot 创建的主题 信息安全 如何编写一个域名墙检测工具
@v1024 url过滤 并且同ip下的域名相互感染
2015-05-15 09:44:14 +08:00
回复了 holinhot 创建的主题 HTTP 请问些 url 怎么转成正常的 url
1 ... 52  53  54  55  56  57  58  59  60  61 ... 66  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   965 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 27ms · UTC 22:51 · PVG 06:51 · LAX 15:51 · JFK 18:51
Developed with CodeLauncher
♥ Do have faith in what you're doing.