how to forbidden other site stealing my forum attachment ?

二戒 wangyu1314 at gmail.com
Mon Jun 20 05:20:00 UTC 2016


Hello everyone,

My forum posts and attachments have been stolen much more by other site.
and I write a nginx rule to prevent, without success, please guide.

example this forum:
http://dysmyh.com/thread-41217-1-1.html

and my attachments url as
http://www.cnprint.org/bbs/attachment.php?attachmentid=205810&d=1359965752

and my forum domain is www.cnprint.org, and forum script put into /bbs/
directory.

now I forbidden others site show my attachment, this rule don't work,
please help me.

I think should this line "location ~* ^/bbs/attachment+\.php?$" has
mistake, but I can't resolve it.

location ~* ^/bbs/attachment+\.php?$
{
valid_referers none blocked *.cnprint.org server_names ~\.google\.
~\.baidu\. ~\.360\. ~\.bing\.;
if ($invalid_referer) {
# return 403;
rewrite ^.*$ http://www.cnprint.org;
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20160620/056bcf34/attachment.html>


More information about the nginx mailing list