wget https://openresty.org/download/openresty-1.19.3.1.tar.gz # 下载
tar xzvf openresty-1.19.3.1 # 解压
cd openresty-1.19.3.1
./configure
make
make install
启动:/usr/local/openresty/nginx/sbin/nginx -c conf/nginx.conf
标签:conf,tar,1.19,nginx,openresty,3.1,openresty1.19,安装 From: https://www.cnblogs.com/liuys635/p/17135385.html