comparison xml/en/docs/http/ngx_http_secure_link_module.xml @ 2831:4add6ae1296f

Updated links to datatracker.ietf.org.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 26 Jan 2022 16:26:47 +0300
parents 66a30a380fba
children
comparison
equal deleted inserted replaced
2830:419b081fd2fa 2831:4add6ae1296f
78 If the checksums are the same, the link lifetime is checked. 78 If the checksums are the same, the link lifetime is checked.
79 If the link has a limited lifetime and the time has expired, 79 If the link has a limited lifetime and the time has expired,
80 the <var>$secure_link</var> variable is set to “<literal>0</literal>”. 80 the <var>$secure_link</var> variable is set to “<literal>0</literal>”.
81 Otherwise, it is set to “<literal>1</literal>”. 81 Otherwise, it is set to “<literal>1</literal>”.
82 The MD5 hash value passed in a request is encoded in 82 The MD5 hash value passed in a request is encoded in
83 <link url="https://tools.ietf.org/html/rfc4648#section-5">base64url</link>. 83 <link url="https://datatracker.ietf.org/doc/html/rfc4648#section-5">base64url</link>.
84 </para> 84 </para>
85 85
86 <para> 86 <para>
87 If a link has a limited lifetime, the expiration time 87 If a link has a limited lifetime, the expiration time
88 is set in seconds since Epoch (Thu, 01 Jan 1970 00:00:00 GMT). 88 is set in seconds since Epoch (Thu, 01 Jan 1970 00:00:00 GMT).