[pyar] Consulta nginx + gunicorn + ssl

Claudio Freire klaussfreire en gmail.com
Jue Oct 17 13:52:45 ART 2013


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.


More information about the pyar mailing list