Re: Protecting Static Media from Unauthorized Users

2010-04-15 Thread Dilan
Thanks, I think this exactly what I need. -Dilan On Apr 14, 9:06 pm, Chris Moffitt wrote: > What you want to use is x-sendfile or one of it's variants depending on your > server. > > Here's the Nginx page -http://wiki.nginx.org/NginxXSendfile > > Here's where we use it in

Re: Protecting Static Media from Unauthorized Users

2010-04-14 Thread Chris Moffitt
What you want to use is x-sendfile or one of it's variants depending on your server. Here's the Nginx page - http://wiki.nginx.org/NginxXSendfile Here's where we use it in Satchmo for securing downloadable files:

Protecting Static Media from Unauthorized Users

2010-04-14 Thread Dilan
Hi, I know this isn't a completely django-based question but I thought someone might have an idea, whether it uses Django or not. I am currently using what seems to be the typical django server, which has nginx has a front-end that handles static media while proxying all other requests to