Thank you, that worked.

I also had to create a symbolic link (parameters_443.py) pointing to
the password file (parameters_8000.py) in order to get rid of the
"unable to access password file" error.

On Oct 23, 12:44 pm, "Roberto De Ioris" <robe...@unbit.it> wrote:
> > Thank you for the quick reply.
>
> > I'm not sure how to check whether uwsgi is setting the
> > wsgi_url_scheme.  A quick search of this group and the uwsgi wiki
> > provided no direction.  How can I check this?
>
> There are two (very old) threads on the official uWSGI list about https
> and scheme.
>
> uWSGI supports setting the scheme in two way, via the (non-standard)
> UWSGI_SCHEME var or via the standard HTTPS cgi variable.
>
> I suggest you to add the UWSGI_SCHEME var to uwsgi_params configuration:
>
> UWSGI_SCHEME $scheme;
>
> --
> Roberto De Iorishttp://unbit.it

Reply via email to