NGINX 的 HTTP 连接模块
6 — 所有核心与模块指令——语法、默认值、上下文与真实配置示例。 · 模块指南 →
concat
在 NGINX 中启用对多个文件的 HTTP 合并。
httpserverlocation
concat_delimiter
`concat_delimiter` 指令设置用于在 HTTP 响应中分隔已合并文件的字符串。
httpserverlocation
concat_ignore_file_error
指令 `concat_ignore_file_error` 指示 NGINX 在连接的文件列表出现“文件未找到”错误时继续处理请求。
httpserverlocation
concat_max_files
为 NGINX HTTP 拼接模块设置单个请求中可拼接的最大文件数。
httpserverlocation
concat_types
`concat_types` 指令指定可以使用 NGINX 中的 HTTP Concatenation 模块进行串联的 MIME 类型。
httpserverlocation
concat_unique
`concat_unique` 指令控制在 NGINX 中是否只允许将相同 MIME 类型的文件进行拼接。
httpserverlocation