Skip to content

Instantly share code, notes, and snippets.

@isyutaro
Created February 6, 2014 17:51
Show Gist options
  • Save isyutaro/8849168 to your computer and use it in GitHub Desktop.
Save isyutaro/8849168 to your computer and use it in GitHub Desktop.
uWSGI

Cuando tenemos uwsgi + nginx + https e intentamos hacer el siguiente request:

https://dominio.com/admin
(notar que no tiene slash al final)

Nos hace un redirect hacia http

http://dominio.com/admin/

Esto lo hace porque no se especifica el esquema ha uWSGI. Lo resolvemos agregando el esquem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment