Secure link hash authentication
6 — 所有核心与模块指令——语法、默认值、上下文与真实配置示例。
auth_hash
'auth_hash' 指令在 NGINX 中启用安全链接哈希认证功能,允许使用哈希进行安全链接。
httpserverlocation
auth_hash_algorithm
设置 NGINX 中用于安全链接哈希认证的哈希算法。
httpserverlocation
auth_hash_check_time
auth_hash_check_time 指令指定在 NGINX 中用于验证安全链接的时间戳的时间参数。
httpserverlocation
auth_hash_check_token
在 NGINX 中,`auth_hash_check_token` 指令用于指定安全链接哈希认证的令牌值。
httpserverlocation
auth_hash_message
定义用于 NGINX 的安全链接认证中要被哈希的消息。
httpserverlocation
auth_hash_secret
`auth_hash_secret` 指令设置用于在 NGINX 中创建身份验证用的安全链接哈希的密钥。
httpserverlocation