屏蔽域名访问方法:
if ($host ~* "www.aaa.com|www.bbb.com") { return 444; }
nginx屏蔽拦截ua可以参考:https://blog.mydns.vip/2510.html
nginx屏蔽ip访问可以参考:https://blog.mydns.vip/1297.html
» 本文链接地址:https://blog.mydns.vip/4082.html
屏蔽域名访问方法:
if ($host ~* "www.aaa.com|www.bbb.com") { return 444; }
nginx屏蔽拦截ua可以参考:https://blog.mydns.vip/2510.html
nginx屏蔽ip访问可以参考:https://blog.mydns.vip/1297.html
» 本文链接地址:https://blog.mydns.vip/4082.html
最新评论
正需要比对工具
很好的解决办法