Originally published at
Creotiv lives here. Please leave any
comments there.
Donwload and configure:
wget http://nginx.org/download/nginx-0.8.50.tar.gz
cd nginx-0.8.50
./configure \
--prefix=/usr \
--sbin-path=/usr/sbin/nginx \
--conf-path=/etc/nginx/nginx.conf \
--error-log-path=/var/log/nginx/error.log \
--pid-path=/var/run/nginx/
(
Read more... )