> Hello, > > I am aware that there is no support for persistent connection between > nginx and uwsgi. Let say I have a persistent connection between a client > and nginx. Is it possible to pass a connection ID from nginx to the uwsgi > worker? > >
afaik there is no such variable in nginx. If you plan to add one, then there is only a matter of uwsgi_param my_conn_id $connection_id; -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
