Trac authentication failing
Roberto De Ioris
roberto at unbit.it
Thu Nov 10 18:45:54 UTC 2011
> I am running Trac inside uWSGI, with nginx as front-end server. I have
> also set up basic http authentication in nginx. Now, theoretically,
> when authenticated in nginx, Trac should recognize the user and
> display its name, identify the new tickets, etc. But that is not
> happening.
>
> How can make sure the authentication information is being sent to
> uWSGI and received by Trac?
Be sure to have
uwsgi_param REMOTE_USER $remote_user
in your config or includes file
--
Roberto De Ioris
http://unbit.it
More information about the nginx
mailing list