高级篇day04-安装OpenResty
1. 安装
1.1 安装开发库
yum install -y pcre-devel openssl-devel gcc --skip-broken1.2 安装OpenResty仓库
yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repoyum install -y yum-utils 1.3 安装OpenResty
yum install -y openresty1.4 安装opm工具
1.5 目录结构

1.6 配置nginx的环境变量
2. 启动和运行

3. 备注
Last updated