Digest Authentication for NGINX
9 — 所有核心与模块指令——语法、默认值、上下文与真实配置示例。
auth_digest
auth_digest 指令为 NGINX 启用摘要认证,允许对凭证进行安全传输。
httpserverlocation
auth_digest_drop_time
`auth_digest_drop_time` 指令设置在 NGINX 摘要认证模块中丢弃旧认证数据的时间周期(以秒为单位)。
httpserverlocation
auth_digest_evasion_time
指令 `auth_digest_evasion_time` 设置摘要认证规避尝试的时间限制。
httpserverlocation
auth_digest_expires
设置摘要认证凭据过期的持续时间。
httpserverlocation
auth_digest_maxtries
auth_digest_maxtries 指令设置每个用户在摘要认证中允许的最大认证尝试次数。
httpserverlocation
auth_digest_replays
auth_digest_replays 指令在 NGINX 中配置摘要认证的最大允许重放尝试次数。
httpserverlocation
auth_digest_shm_size
设置用于摘要认证存储的共享内存区的大小。
httpserver
auth_digest_timeout
指定 NGINX 中摘要认证会话的超时时间。
httpserverlocation
auth_digest_user_file
指定 NGINX 中用于摘要认证的用户文件。
httpserverlocation