[pyar] Consulta nginx + gunicorn + ssl

Nicolas Rebagliati nicolas.rebagliati en aenima-x.com.ar
Jue Oct 17 13:57:22 ART 2013


Jajaja

Enviado desde mi iPhone

El 17/10/2013, a las 13:52, Claudio Freire <klaussfreire en gmail.com> escribió:

> 2013/10/17 Nicolás Rebagliati <nicolas.rebagliati en aenima-x.com.ar>:
>> Listo ya lo solucione fue una combinacion nginx y setting.py
>> En el settings.py tuve que poner:
>> SESSION_COOKIE_SECURE = True
>> SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTOCOL', 'https')
>> CSRF_COOKIE_SECURE = True
>>
>> y en nginx agregar:
>> proxy_set_header X-Forwarded-Protocol $scheme ;
>
> Agh... por tardar mucho en escribir.
> _______________________________________________
> pyar mailing list pyar en python.org.ar
> http://listas.python.org.ar/listinfo/pyar
>
> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>
> La lista de PyAr esta Hosteada en USLA - Usuarios de Software Libre de Argentina - http://www.usla.org.ar


More information about the pyar mailing list