Signed HTTP Exchange(SXG) support for NGINX
9 — 所有核心与模块指令——语法、默认值、上下文与真实配置示例。
sxg
在 NGINX 中,`sxg` 指令用于启用或禁用对签名的 HTTP 交换 (SXG) 的支持。
serverlocation
sxg_cert_path
`sxg_cert_path` 指令指定在签名的 HTTP 交换(SXG)中用于提供证书的文件路径。
server
sxg_cert_url
The `sxg_cert_url` 指令指定用于 Signed HTTP Exchanges 的 CBOR 编码证书文件的 URL。
server
sxg_certificate
`sxg_certificate` 指令指定用于生成签名 HTTP 交换 (SXGs) 的证书文件路径。
server
sxg_certificate_key
`sxg_certificate_key` 指令指定与 SXG 证书关联的私钥在 NGINX 中的路径。
server
sxg_expiry_seconds
为签名的 HTTP 交换 (SXG) 设置过期时间(以秒为单位)。
server
sxg_fallback_host
`sxg_fallback_host` 指令指定用于生成的 Signed HTTP Exchanges (SXG) 的回退主机名。
server
sxg_max_payload
指令 `sxg_max_payload` 在 NGINX 中设置允许生成 SXG 的最大 HTTP 正文大小。
server
sxg_validity_url
指定用于检索签名 HTTP 交换 (SXG) 有效性信息的 URL。
server