美文网首页
Centos7.6编译安装nginx-1.16

Centos7.6编译安装nginx-1.16

作者: 爱烫头的程序员 | 来源:发表于2018-12-10 21:06 被阅读0次

wget http://nginx.org/download/nginx-1.16.1.tar.gz

tar -xzvf nginx-1.16.1.tar.gz

cd nginx-1.16.1

yum -y install pcre-devel openssl openssl-devel

./configure --prefix=/usr/local/nginx --with-http_ssl_module --with-stream --with-mail=dynamic

make && make install

相关文章

网友评论

      本文标题:Centos7.6编译安装nginx-1.16

      本文链接:https://www.haomeiwen.com/subject/dpodhqtx.html