-
nginx config
查看全部 -
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} 2.0.50727 [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^BlackWido [NC]
RewriteRule . abuse.txt
查看全部 -
Limit xunlei access
查看全部 -
RewriteEngine On
...
RewriteRule ^ - [F]
deny access
查看全部 -
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !localhost [NC]
RewriteCond \.(gif|jpg|png) - [F,NC]
查看全部 -
防盗链 RewriteCond
查看全部 -
RewriteCond -d -f
查看全部 -
RewriteCond Server Variable
查看全部 -
RewriteCond Server Variable
查看全部 -
RewriteCond
查看全部 -
RewriteCond test cond flags
查看全部 -
RewriteBase url
查看全部 -
RewriteRule QSA
查看全部 -
RewriteRule G
Apache return code: 410
查看全部 -
RewriteRule NC
ignorecase
查看全部
举报
0/150
提交
取消