Hi,

Could nginx restrict direct link access / hotlink access to specified file/extension ?<br>
I try to write the rules like this :
<pre>
 location ~ ^/*(\.exe)$ {
        deny   ip.ad.dr.es;
    }
</pre>

But nothing happen, the files still can be downloaded by denied ip address.<br>
Somebody help me please :)
<br><hr align="left" width="300">
View this message in context: <a href="http://nginx.2469901.n2.nabble.com/ASK-Restrict-direct-link-file-access-tp5417795p5417795.html">[ASK] Restrict direct link file access</a><br>
Sent from the <a href="http://nginx.2469901.n2.nabble.com/">nginx mailing list archive</a> at Nabble.com.<br>