网络协议-升级http2

安装步奏如下

    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 停止

打赏一个呗

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

备案信息公示
京ICP备18003381号
京ICP备18003381号-1