安装步奏如下
cd /down
wget https://openresty.org/download/openresty-1.15.8.1.tar.gz
tar xzvf openresty-1.15.8.1.tar.gz
wget https://www.openssl.org/source/openssl-1.1.1o.tar.gz --no-check-certificate
tar -zxvf openssl-1.1.1o.tar.gz
cd /down/openresty-1.15.8.1
./configure --with-http_v2_module --with-openssl=/down/openssl-1.1.1o
make
make install
install 会安装在 /usr/local/openresty目录下
复制老的配置文件
配置文件加上 http2
./openresty 启动
./openresty -s reload 重新加载配置文件
./openresty -s stop 停止