OpenResty HTTP2 配置 nginx openresty nginx http2 发布时间: 2022-09-18 更新时间: 2023-12-03 总字数:66 阅读时间:1m 作者: 谢先斌 分享 复制网址 OpenResty 如何 HTTP2 配置 介绍 HTTP2介绍 OpenResty 编译时,指定 --with-http_v2_module 模块 服务器配置 server { listen 443 ssl http2; // 启用 SSL 和 HTTP2 } nginx 的变量 $http2 HTTP2 协议特有的变量 curl --http2 使用 curl 发送 HTTP2 请求 nginx openresty nginx http2 上一页:Knative 域名 下一页:WebDAV 协议 最近更新 Go Trace 介绍 Go pprof 性能分析工具 SSHFS 使用 SSH 协议挂载 Linux 文件系统 Runit 使用介绍 Pytest 使用介绍 timer 定时器 Linux SSSD 身份验证、授权服务介绍 Open Build Service(OBS) Ubuntu deb 包构建工具 ARM 介绍 腾讯云介绍 相关文章 Openresty SSL 配置 OpenResty 子查询 OpenResty 执行阶段 OpenResty ngx 模块介绍 opm OpenResty 包管理工具 OpenResty Module 模块介绍 OpenResty 缓存 Cache Ingress Nginx 介绍 Vue 路由 Nginx 配置 Nginx 配置企业微信API正向代理到内网环境 最新评论