Setting up Nginx and uWSGI on different servers

May 21, 2013 in answer

0 votes, 0.00 avg. rating (0% score)

ANSWER:

Your nginx configuration is trying to pass to 10.0.0.78 port 9002, but your uWSGI is configured to listen on port 9001. One of these two needs to be changed so that the ports match.

You also need to ensure that the host firewalls permit the traffic between your servers.

Michael Hampton from http://serverfault.com/questions/509739