> Why not just go with upstream on Nginx?
>
> upstream backend {
> server 127.0.0.1:1234;
> server unix:/var/run/example.com.sock;
> }
>
> uwsgi_pass backend;
>
>
> got RR by default.
because nginx upstream is not very smart in detecting failed nodes, and
requires you to configure each node, while the fastrouter use a
subscription system.
By the way, i have found the bug (a 0 instead of a 1 :P) i will commit it
in the next few minutes.
>
--
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi