标签:nginx open fir 安装 auto pcre github Opens ssl
firewall-cmd --state
wget https://github.com/nginx/nginx/archive/release-1.17.4.tar.gz
tar -zxvf release-1.17.4.tar.gz
cd nginx-release-1.17.4/
./auto/configure
yum install pcre pcre-devel -y
yum install zlib zlib-devel -y
yum install openssl openssl-devel -y
./auto/configure
make
make install
cd /usr/local/nginx/
./sbin/nginx
vim /conf/nginx.conf
cd html/
标签:nginx open fir 安装 auto pcre github Opens ssl
原文地址:https://www.cnblogs.com/qccz123456/p/11668985.html