People hotlinking your content on their websites can be pretty annoying, especially if you don’t have a flat-fee traffic contract. The following will explain how to setup hotlink protection for nginx.
Tag: nginx

H264 Streaming Module for Nginx compiling error
Update 2011-11-02: As of version 1.0.7, nginx has built-in support for mp4 streaming. When compiling Nginx with the nginx_mod_h264_streaming module, you might run into this error: error: ‘ngx_http_request_t’ has no member named ‘zero_in_uri’ Apply this patch or manual patch it like this: Look for this piece of code, and remove it. Save the file and […]