Deployment Notes for Pylons, Nginx, and uWSGI I recently decided to switch from lighttpd to nginx. I have one particularly critical Pylons app currently deployed with paster, and after reading I decided on for this application. Getting nginx setup was no problem - just be sure to configure with the uWSGI module: $ ./configure --add-module=../uwsgi/nginx/Then follow the normal . Things got a bit mu