Setting up Nginx, uWSGI & Python3 · GitHub
https://gist.github.com/2625954apt-get install uwsgi uwsgi-plugin-python3 nginx-full python-setuptools python-pip-----Creating the uWSGI upstart-----Next we need to create the upstart that will be used start the uWSGI service. vi /etc/init/uwsgi.conf # uWSGI - Manage uWSGI Application Server: description "uWSGI Emperor Mode" start on (filesystem and net-device-up IFACE=lo)