Nice. Yes nginx is great as django front-end.
Your example would be completely functional with a reminder to add line
include /etc/nginx/sites-enabled/mylittlepony;
to /etc/nginx/nginx.conf because this is not in the default config in some setups (e.g. mine is www-servers/nginx-0.8.52 on a Gentoo Linux box).
Comment
Default on Ubuntu and Debian :) It also creates the directories.
Parent comment
Nice. Yes nginx is great as django front-end. Your example would be completely functional with a reminder to add line include /etc/nginx/sites-enabled/mylittlepony; to /etc/nginx/nginx.conf because this is not in the default config in some setups (e.g. mine is www-servers/nginx-0.8.52 on a Gentoo Linux box).