<div><br></div>Hi Igor Sysoev,<div><br></div><div>Could you please help how to stop badguys from hotlinking my images.</div><div><br></div><div>I try a lot of code and nothing happens</div><div><br></div><div>I don't know which file to edit </div>
<div><br></div><div>I use this code   in  sudo nano /usr/local/nginx/sites-available/<a href="http://elestandard.com">elestandard.com</a></div><div><br></div><div><pre><font class="Apple-style-span" size="4"># Stop deep linking or hot linking
location /uploads/ {
  valid_referers none blocked <a href="http://www.example.com">www.example.com</a> <a href="http://example.com">example.com</a>;
   if ($invalid_referer) {
     return   403;
   }
}</font></pre><div><br></div><div>But I'm always have an error.</div><div><br></div><div>I'll appreciate your help.</div><div><br></div><div>thank you very much!</div><div><br></div><div><br></div>-- <br>Gunther Flutsch<br>

</div>