Centos7.6编译安装nginx-1.16

2018-12-10  本文已影响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

上一篇 下一篇

猜你喜欢

热点阅读