首页 > web > nginx

openresty编译安装
时间:2022-01-13 21:44:34  点击: 来源:  作者:

这里以openresty-1.19.9.1为例。yum -y install epel-release perl pcre-devel openssl-devel gcc curl unzip wget zip useradd www cd /home && wget https://mirror.cnop.net/web/openresty/openresty-1.19 ...

这里以openresty-1.19.9.1为例。

yum -y install epel-release perl pcre-devel openssl-devel gcc curl unzip wget zip

 

useradd www

 

cd /home && wget https://mirror.cnop.net/web/openresty/openresty-1.19.9.1.tar.gz

tar zxvf openresty-1.19.9.1.tar.gz && cd openresty-1.19.9.1

 

./configure --user=www --group=www --prefix=/usr/local/openresty --with-pcre --with-stream --with-threads --with-file-aio --with-http_v2_module --with-http_ssl_module --with-http_realip_module --with-http_gzip_static_module --with-http_stub_status_module

 

make && sudo make install

 

ln -sf /usr/local/openresty/nginx/sbin/nginx /usr/local/bin/nginx

ln -sf /usr/local/openresty/nginx/sbin/nginx /usr/sbin/nginx

 

cd /etc/init.d

wget https://mirror.cnop.net/web/openresty/openresty && mv openresty nginx

 

vi nginx #以下内容请根据自己的安装路径来修改

 

chmod +x nginx && chmod +x /etc/rc.d/rc.local

chkconfig --add nginx && systemctl daemon-reload && /sbin/chkconfig nginx on && systemctl start nginx.service

 

附件 https://www.cnop.net/uploadfile/2022/0113/20220113220628763.docx

”您可通过以下微信二维码,赞赏作者“
 
 
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表
推荐资讯
linux服务器同步互联网时间
linux服务器同步互联
亚马逊云lightsail服务器使用教程 | 亚马逊云lightsail使用指南
亚马逊云lightsail服
hostdare 4折优惠,直接降价60% 美国洛杉矶低至 $10.4/年 768M内存/1核/10gNVMe/500g流量
hostdare 4折优惠,直接
六类网线cat6a和cat6e的区别
六类网线cat6a和cat6e
相关文章
栏目更新
栏目热门

关于我们 | 广告服务 | 联系我们 | 网站地图 | 免责声明 | WAP | RSS


Copyright © 运维之家 2013-2023