2011-11-04から1日間の記事一覧

Nginx のインストール

CentOS 5.6 に tarball からインストールする。 $ wget http://nginx.org/download/nginx-1.0.9.tar.gz $ tar zxvf nginx-1.0.9.tar.gz $ cd nginx-1.0.9 $ ./configure --prefix=/usr/local/nginx-1.0.9 --with-http_ssl_module $ make $ sudo make install…