feat(nginx): enable HTTP/2 support

这个提交包含在:
rohow
2025-09-09 15:41:57 +08:00
未验证
父节点 e09555613a
当前提交 43c3efabb3
+2
查看文件
@@ -37,6 +37,8 @@ spec:
use-forwarded-headers: "true" use-forwarded-headers: "true"
allow-snippet-annotations: "true" allow-snippet-annotations: "true"
annotations-risk-level: Critical annotations-risk-level: Critical
# 启用http2
use-http2: "true"
# http to https重定向 # http to https重定向
ssl-redirect: "true" ssl-redirect: "true"
# 自定义错误页面 # 自定义错误页面