nginx 实现防盗链
摘要:# location /images/ { location ~* .*\.(gif|jpg|png)$ { valid_referers none blocked 80boy.com *.80boy.com; if ($invalid_referer) { return 403; # rewrit
阅读全文
posted @ 2021-04-30 22:25
posted @ 2021-04-30 22:25
posted @ 2021-04-29 16:19