I'm migrating my Django application to a brand new server so I'm installing all the newer versions of django, nginx and fastcgi.
Does anybody have a nice working nginx.conf for the latest django(1.3) + nginx(1.0.4) + fastcgi(2.4.0) + ubuntu (11.04) ?
I'm asking this because for example on the latest version of NGINX I see a separate file for fastcgi (/usr/local/nginx/conf/fastcgi.conf) that I didn't have on my old server so I think some things have changed since NGINX version 0.7.67 I use on the old server. Most of the configurations I found were for the old NGINX versions.
I appreciate your help!