Re:Re: Re: Need Help about useing Nginx with UWSGI

2015-10-24 Thread qhlonline
maybe more efficient than HTTP when using a compatible backend (this protocol was designed for Python). I wonder why you would switch to HTTP instead. --- B. R. On Sat, Oct 24, 2015 at 4:00 AM, qhlonline wrote: That it is, Thank you very much! At 2015-10-23 20:46:53, "Maxim Dounin&

Re:Re: Need Help about useing Nginx with UWSGI

2015-10-23 Thread qhlonline
That it is, Thank you very much! At 2015-10-23 20:46:53, "Maxim Dounin" wrote: >Hello! > >On Fri, Oct 23, 2015 at 02:59:26PM +0800, qhlonline wrote: > >> I had some problem on config nginx with uwsgi. Finally I found >> that my uwsgi had chose pr

Need Help about useing Nginx with UWSGI

2015-10-22 Thread qhlonline
Hi, I had some problem on config nginx with uwsgi. Finally I found that my uwsgi had chose protocol of http and Nginx use uwsgi protocol as default. So If I want to use http protocol to transport data from nginx to uwsgi, how to config ? Regards! _