安装包下载
二、安装
1、安装依赖:yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-devel pcre
2、解压安装包
]# tar xzf nginx.tar.gz
3、安装
]# ./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --with-pcre
]# make && make install