comparison xml/en/docs/http/ngx_http_secure_link_module.xml @ 1923:66a30a380fba

Fixed links to tools.ietf.org.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 06 Mar 2017 16:02:23 +0300
parents 07402a11fd8d
children 4add6ae1296f
comparison
equal deleted inserted replaced
1922:94493c0ff5f6 1923:66a30a380fba
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_secure_link_module" 10 <module name="Module ngx_http_secure_link_module"
11 link="/en/docs/http/ngx_http_secure_link_module.html" 11 link="/en/docs/http/ngx_http_secure_link_module.html"
12 lang="en" 12 lang="en"
13 rev="3"> 13 rev="4">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_secure_link_module</literal> module (0.7.18) 18 The <literal>ngx_http_secure_link_module</literal> module (0.7.18)
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="http://tools.ietf.org/html/rfc4648#section-5">base64url</link>. 83 <link url="https://tools.ietf.org/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).