Background :
Am using Django. Am hosting my site on Dreamhost. Am using Nginx as the web server and passenger.wsgi.
Problem:
I have read that on production server we should server the static media from outside i.e. should not allow the django and python to server it. What I want to do is server the static media file using passenger.Is that possible? If yes how?
P.S :- I have read that uwsgi+nginx is the best for this. But dreamhost does not support uwsgi.