Am I wrong that uwsgi_params in nginx needs to have these in order for https to be properly signalled to the applications:

   uwsgi_param  UWSGI_SCHEME       $scheme;
   uwsgi_param  HTTPS              $https if_not_empty;

The second one is needed for CGI at least, maybe for PHP too, haven't tested it yet.

--
дамјан
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to