当前位置: 代码迷 >> 综合 >> openresty 环境搭建
  详细解决方案

openresty 环境搭建

热度:36   发布时间:2024-02-01 12:39:40.0

1.安装依赖的包

yum install pcre-devel openssl-devel gcc curl

 

2.下载并安装openresty

# add the yum repo:
wget https://openresty.org/package/centos/openresty.repo
sudo mv openresty.repo /etc/yum.repos.d/

# update the yum index:
sudo yum check-update

 

#安装openresty

sudo yum install -y openresty

 

 

3.找到Openresty目录

安装后的openresty目录在 /usr/local/openresty下

nginx目录在openresty目录下的 $openresty_home/nginx下

 

 

4.启动nginx

nginx启动方式同单独使用nginx,直接执行 ./nginx即可。为了方便可以将nginx命令的路径配置到path下,一般默认路径为