Prevent image hotlinking / stealing from your site with nginx
Have you noticed other sites hotlinking to your images or other assets? Are they eating up your bandtwitch? Or you just want to proactively prevent that? If so, there's a very easy way to do so with a simple configuration on nginx. Open up nginx config file for your site and add another location block like this: server { # your normal... Read more »