First, sorry for my english.
I try do some special hotlink prevent on my website.
For example i have images on
http://s1.example.com/i/img_123.jpg And if someone use this image on your own website in code, not redirect. But if he visit directly this image, nginx redirect to http://example.com/z/img_123.jpg <- not image but page with html code, etc.
How can I get it?