Re: Nginx-fcgi setup guidance needed to render certain views with HTTPS.[solved]

2010-07-19 Thread Sam Walters
Just to conclude this post. I was following a guide: http://www.redrobotstudios.com/blog/2009/02/18/securing-django-with-ssl/ After a long day. Concequently the nginx.conf had a rewrite rule(below) which passed to the url dispatcher... which got a view with a decorator which rewrote the header.

Nginx-fcgi setup guidance needed to render certain views with HTTPS.

2010-07-01 Thread Sam Walters
Hi Django Users I have been looking to make some of my views secured by SSL, i have made a certificate for testing. For the views which require https i rewrite the url and redirect using a decorator. In theory this should redirect and nginx will server the views through https. Instead what i fin