> Thnaks,
>
> So, if I have uwsgi listening on 8070 then how to I connect? I assume
> still using nginx per the below.
>
> location / {
> #uwsgi_connect_timeout 10;
> include uwsgi_params;
> uwsgi_pass 127.0.0.1:8070;
> #uwsgi_pass unix:/tmp/bottleServer.sock;
> }Yes, exactly -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
