On Tue, Aug 10, 2010 at 2:49 PM, Colleen A Josephson <cjos...@mit.edu>wrote:

> I just set up a site that uses nginx to server static media and
> Apache/mod_wsgi to deal with the Django stuff.
>
> How would I go about dealing with SSL? Would the setup be on the nginx end
> or the Apache end? Could I still use SSLRedirect middleware?
>
> Thanks,
> -Colleen
>
>
There isn't really much of a need for SSLRedirect Middleware with WSGi any
more. This setup is really a nice one IMO. Thanks to Lincoln Loop for
 putting it up:
http://lincolnloop.com/django-best-practices/deployment/servers.html

Hope that helps,
Michael

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to