wget http://nginx.org/download/nginx-1.9.9.tar.gz
tar xvfz nginx-1.9.9.tar.gz
yum install gcc

yum install pcre
yum install pcre-devel


 ./configure --prefix=/usr/local/nginx-1.9.9

make

make install



16.2.16

수정


yum -y install gcc g++ cpp gcc-c++

yum -y install pcre-devel

yum -y install openssl openssl-devel

yum -y install gd gd-devel


./configure --prefix=/usr/local/nginx-1.9.9 --with-http_stub_status_module --with-http_realip_module --with-http_ssl_module



make 

make install



cd /usr/local

ln -s nginx-1.9.9 nginx




서비스 등록

http://czar.tistory.com/1017

Posted by [czar]
,