installation.sh ��O��U ����U # NOTICE: to get Nginx+Unicorn best-practices configuration see the gist https://gist.github.com/3052776 $ cd /usr/src $ wget http://nginx.org/download/nginx-1.2.1.tar.gz $ tar xzvf ./nginx-1.2.1.tar.gz && rm -f ./nginx-1.2.1.tar.gz $ wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.30.tar.gz $ tar xzvf pcre-8.30.tar.gz && rm -f ./pcre-8.30.tar.gz $ wg