Well this is all for one site where I want multiple workers to speed up response time if any particular request is slow. Can you explain how I could forward from one nginx to say 4 other ones, and then those could talk to my WSGI application? Thanks.