1
vote
1answer
930 views

any tutorial to set up nginx+ uwsgi to serve pylons apps?

Currently I am using nginx to reverse proxy paster, to server Mediacore (a Pylons app). However, this configuration fails when I try to submit a video. I particualrly try to avoid fat appache, which ...