openresty 编译安装
新服务器openresty 环境安装
mkdir /data/requirements
cd /data/requirements
git clone https://github.com/yaoweibin/ngx_http_substitutions_filter_module
git clone https://github.com/hamishforbes/lua-resty-iputils
yum -y install zlib zlib-devel openssl openssl-devel pcre pcre-devel
yum -y install gcc gcc-c++ autoconf automake make
yum install geoip-devel
wget https://openresty.org/download/openresty-1.19.9.1.tar.gz
tar -zxvf openresty-1.19.9.1.tar.gz
cd openresty-1.19.9.1
./configure --with-http_sub_module --with-pcre-jit --add-module=/data/requirements/ngx_http_substitutions_filter_module --with-http_geoip_module --with-http_v2_module
gmake && gmake install
没有找到相关结果
已邀请:
2 个回复
qk356 - IT男有人权吗?
赞同来自:
qk356 - IT男有人权吗?
赞同来自: