> 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
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
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!
>
>
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
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