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

2015-10-24 Thread Roberto De Ioris
> Debug on test environment. If I can not access an URI of my app, Then I > can try to access uwsgi server port directly to get rid of the possibility > that my nginx configuration problem. But UWSGI processes can only start > as one protocol server, and I can not find any plugin for browsers

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

2015-10-24 Thread qhlonline
Debug on test environment. If I can not access an URI of my app, Then I can try to access uwsgi server port directly to get rid of the possibility that my nginx configuration problem. But UWSGI processes can only start as one protocol server, and I can not find any plugin for browsers that s

Re: Re: Need Help about useing Nginx with UWSGI

2015-10-24 Thread B.R.
The WSGI protocol is more specialized and 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! > >

Re: Need Help about useing Nginx with UWSGI

2015-10-23 Thread Aleksandar Lazic
Hi. Am 23-10-2015 08:59, schrieb 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 ? Wh

Re: Need Help about useing Nginx with UWSGI

2015-10-23 Thread Maxim Dounin
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 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, h