Y
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
snprbob86
6258 days ago
No apache. Nginx is talking to Django over a Unix file sock with fastcgi.
link
pyroman
6258 days ago
Interesting. I'll have to look into that. Thanks.
link