标签:zlib div 目录 nss config oca http amp 直接
安装NGINX需要先安装 zlib, pcre, openssl等必要的库
简易安装的时候这些库都可以直接通过yum 安装,如果生产环境对性能有要求,简易全部源码编译安装
yum install -y wget gcc gcc-c++ make pcre pcre-devel zlib zlib-devel openssl openssl-devel cd /usr/local/src wget ‘http://nginx.org/download/nginx-1.16.1.tar.gz‘ tar -zxvf nginx-1.16.1.tar.gz cd nginx-1.16.1 ./configure make && make install
标签:zlib div 目录 nss config oca http amp 直接
原文地址:https://www.cnblogs.com/faberbeta/p/nginx-configure-simple.html