> Hello. > > I'm trying to use uWSGI as an SSL terminator, but I can only get it to > speak uwsgi with backend servers. Am I missing some option here? I would > like to forward the http request itself, I'm using the http-to option. > > Also, I would like to include an X-Forwarded-For header when passing the > request to backend servers. Is this possible at the moment? > > Thank you and best regards, > André > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
This is only possibile with uwsgi-2.1 branch, using --http-backend-http or using the subscription system with the 'proto' key set to 'http' X-Forwarded-for is automatically added -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
