摘要: site:www.cnblogs.com http2 阅读全文
posted @ 2025-01-10 16:39 liliyou 阅读(5) 评论(0) 推荐(0)
摘要: 然后添加nginx配置,原本https的listen为: listen 443 ssl; 现在在后面加上http2: listen 443 ssl http2; 所有主流浏览器(Chrome、Firefox、Safari 等)仅支持通过 TLS 的 HTTP/2 阅读全文
posted @ 2025-01-10 16:22 liliyou 阅读(26) 评论(0) 推荐(0)