Archive for October, 2009

how to setup pinax with nginx

Posted 07 October 2009 | By | Categories: django, featured, linux, pinax and python | 8 Comments

Tonight I spent sometime getting Pinax – Django swiss army knife – to work on nginx via fastcgi on my Ubuntu 9.10 box. Here is a step by step guide. First of course we need to install nginx, pretty easy with Ubuntu: sudo apt-get install nginx Create a new file called <appname> in /etc/nginx/sites-available/ like [...]