I\'ve been doing some research regarding file downloads with access control, using Django. My goal is to completely block access to a file, except when accessed by a specifi
Remember to send a X-Accel-Redirect header for nginx instead of X-Sendfile. See http://wiki.nginx.org/XSendfile for more information.