Hacker News new | ask | show | jobs
by pyroman 6259 days ago
Are you using nginx for static files and proxying apache for python? I recently set something like that up and posted about it to spread the word. http://codespatter.com/2009/04/23/how-to-speed-up-your-djang...
1 comments

No apache. Nginx is talking to Django over a Unix file sock with fastcgi.
Interesting. I'll have to look into that. Thanks.