centos 5.6 源码安装nginx

yum -y install pcre-devel openssl openssl-devel

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

make

make install

你可能感兴趣的:(nginx)