nginx1 Installing nginx and django on UBUNTU 10.10 1. Install nginx(using source code) http://www.nginx.org Install Prerequisites $sudo apt-get install libpcre3-dev build-essential libssl-dev Download lastest nginx $curl -O http://nginx.org/download/nginx-1.0.10.tar.gz $tar xf nginx-1.0.10.tar.gz $cd nginx-1.0.10/ Compile and Install $./configure --prefix=/opt/nginx --user=nginx --group=nginx --with-http_ssl_module $make $sudo make install Add U.. 2011. 12. 12. 이전 1 다음