changeset 1923:66a30a380fba

Fixed links to tools.ietf.org.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 06 Mar 2017 16:02:23 +0300
parents 94493c0ff5f6
children 237a10fb98d2
files xml/en/docs/faq/chunked_encoding_from_backend.xml xml/en/docs/http/ngx_http_auth_basic_module.xml xml/en/docs/http/ngx_http_core_module.xml xml/en/docs/http/ngx_http_fastcgi_module.xml xml/en/docs/http/ngx_http_proxy_module.xml xml/en/docs/http/ngx_http_realip_module.xml xml/en/docs/http/ngx_http_scgi_module.xml xml/en/docs/http/ngx_http_secure_link_module.xml xml/en/docs/http/ngx_http_ssl_module.xml xml/en/docs/http/ngx_http_uwsgi_module.xml xml/en/docs/http/ngx_http_v2_module.xml xml/en/docs/http/websocket.xml xml/en/docs/mail/ngx_mail_imap_module.xml xml/en/docs/mail/ngx_mail_pop3_module.xml xml/en/docs/mail/ngx_mail_smtp_module.xml xml/en/docs/mail/ngx_mail_ssl_module.xml xml/en/docs/stream/ngx_stream_ssl_module.xml xml/en/docs/syslog.xml xml/ru/docs/http/ngx_http_auth_basic_module.xml xml/ru/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_fastcgi_module.xml xml/ru/docs/http/ngx_http_proxy_module.xml xml/ru/docs/http/ngx_http_realip_module.xml xml/ru/docs/http/ngx_http_scgi_module.xml xml/ru/docs/http/ngx_http_secure_link_module.xml xml/ru/docs/http/ngx_http_ssl_module.xml xml/ru/docs/http/ngx_http_uwsgi_module.xml xml/ru/docs/http/ngx_http_v2_module.xml xml/ru/docs/http/websocket.xml xml/ru/docs/mail/ngx_mail_imap_module.xml xml/ru/docs/mail/ngx_mail_pop3_module.xml xml/ru/docs/mail/ngx_mail_smtp_module.xml xml/ru/docs/mail/ngx_mail_ssl_module.xml xml/ru/docs/stream/ngx_stream_ssl_module.xml xml/ru/docs/syslog.xml
diffstat 35 files changed, 120 insertions(+), 120 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/faq/chunked_encoding_from_backend.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/faq/chunked_encoding_from_backend.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -8,7 +8,7 @@
                responses from my backend properly?"
          link="/en/docs/faq/chunked_encoding_from_backend.html"
          lang="en"
-         rev="1">
+         rev="2">
 
 <section>
 
@@ -35,7 +35,7 @@
 <para>
 <initial>A:</initial>
 Your backend violates HTTP specification (see
-<link url="http://tools.ietf.org/html/rfc2616#section-3.6">RFC 2616,
+<link url="https://tools.ietf.org/html/rfc2616#section-3.6">RFC 2616,
 "3.6 Transfer Codings"</link>).
 The "chunked" transfer-codings must not be used with HTTP/1.0.
 You’d need to either fix your backend application or upgrade
--- a/xml/en/docs/http/ngx_http_auth_basic_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/http/ngx_http_auth_basic_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_auth_basic_module"
         link="/en/docs/http/ngx_http_auth_basic_module.html"
         lang="en"
-        rev="8">
+        rev="9">
 
 <section id="summary">
 
@@ -108,7 +108,7 @@
 specified by the
 “<literal>{</literal><value>scheme</value><literal>}</literal><value>data</value>”
 syntax (1.0.3+) as described in
-<link url="http://tools.ietf.org/html/rfc2307#section-5.3">RFC 2307</link>;
+<link url="https://tools.ietf.org/html/rfc2307#section-5.3">RFC 2307</link>;
 currently implemented schemes include <literal>PLAIN</literal> (an example one,
 should not be used), <literal>SHA</literal> (1.3.13) (plain SHA-1
 hashing, should not be used) and <literal>SSHA</literal> (salted SHA-1 hashing,
--- a/xml/en/docs/http/ngx_http_core_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="68">
+        rev="69">
 
 <section id="directives" name="Directives">
 
@@ -1330,13 +1330,13 @@
 enables
 “<link url="http://en.wikipedia.org/wiki/TCP_Fast_Open">TCP Fast Open</link>”
 for the listening socket (1.5.8) and
-<link url="http://tools.ietf.org/html/rfc7413#section-5.1">limits</link>
+<link url="https://tools.ietf.org/html/rfc7413#section-5.1">limits</link>
 the maximum length for the queue of connections that have not yet completed
 the three-way handshake.
 <note>
 Do not enable this feature unless the server can handle
 receiving the
-<link url="http://tools.ietf.org/html/rfc7413#section-6.1">
+<link url="https://tools.ietf.org/html/rfc7413#section-6.1">
 same SYN packet with data</link> more than once.
 </note>
 </tag-desc>
--- a/xml/en/docs/http/ngx_http_fastcgi_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_fastcgi_module"
         link="/en/docs/http/ngx_http_fastcgi_module.html"
         lang="en"
-        rev="43">
+        rev="44">
 
 <section id="summary">
 
@@ -1068,7 +1068,7 @@
 
 <tag-name id="non_idempotent"><literal>non_idempotent</literal></tag-name>
 <tag-desc>normally, requests with a
-<link url="http://tools.ietf.org/html/rfc7231#section-4.2.2">non-idempotent</link>
+<link url="https://tools.ietf.org/html/rfc7231#section-4.2.2">non-idempotent</link>
 method
 (<literal>POST</literal>, <literal>LOCK</literal>, <literal>PATCH</literal>)
 are not passed to the next server
--- a/xml/en/docs/http/ngx_http_proxy_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="57">
+        rev="58">
 
 <section id="summary">
 
@@ -1232,7 +1232,7 @@
 
 <tag-name id="non_idempotent"><literal>non_idempotent</literal></tag-name>
 <tag-desc>normally, requests with a
-<link url="http://tools.ietf.org/html/rfc7231#section-4.2.2">non-idempotent</link>
+<link url="https://tools.ietf.org/html/rfc7231#section-4.2.2">non-idempotent</link>
 method
 (<literal>POST</literal>, <literal>LOCK</literal>, <literal>PATCH</literal>)
 are not passed to the next server
--- a/xml/en/docs/http/ngx_http_realip_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/http/ngx_http_realip_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_realip_module"
         link="/en/docs/http/ngx_http_realip_module.html"
         lang="en"
-        rev="5">
+        rev="6">
 
 <section id="summary">
 
@@ -89,7 +89,7 @@
 The <literal>X-Real-IP</literal> and <literal>X-Forwarded-For</literal>
 parameters may contain an optional port (1.11.0).
 The address and port should be specified according to
-<link url="http://tools.ietf.org/html/3986">RFC 3986</link>.
+<link url="https://tools.ietf.org/html/rfc3986">RFC 3986</link>.
 </para>
 
 <para>
--- a/xml/en/docs/http/ngx_http_scgi_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/http/ngx_http_scgi_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_scgi_module"
         link="/en/docs/http/ngx_http_scgi_module.html"
         lang="en"
-        rev="32">
+        rev="33">
 
 <section id="summary">
 
@@ -987,7 +987,7 @@
 
 <tag-name id="non_idempotent"><literal>non_idempotent</literal></tag-name>
 <tag-desc>normally, requests with a
-<link url="http://tools.ietf.org/html/rfc7231#section-4.2.2">non-idempotent</link>
+<link url="https://tools.ietf.org/html/rfc7231#section-4.2.2">non-idempotent</link>
 method
 (<literal>POST</literal>, <literal>LOCK</literal>, <literal>PATCH</literal>)
 are not passed to the next server
@@ -1105,7 +1105,7 @@
 
 <para>
 Standard
-<link url="http://tools.ietf.org/html/rfc3875#section-4.1">CGI
+<link url="https://tools.ietf.org/html/rfc3875#section-4.1">CGI
 environment variables</link>
 should be provided as SCGI headers, see the <path>scgi_params</path> file
 provided in the distribution:
--- a/xml/en/docs/http/ngx_http_secure_link_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/http/ngx_http_secure_link_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_secure_link_module"
         link="/en/docs/http/ngx_http_secure_link_module.html"
         lang="en"
-        rev="3">
+        rev="4">
 
 <section id="summary">
 
@@ -80,7 +80,7 @@
 the <var>$secure_link</var> variable is set to “<literal>0</literal>”.
 Otherwise, it is set to “<literal>1</literal>”.
 The MD5 hash value passed in a request is encoded in
-<link url="http://tools.ietf.org/html/rfc4648#section-5">base64url</link>.
+<link url="https://tools.ietf.org/html/rfc4648#section-5">base64url</link>.
 </para>
 
 <para>
--- a/xml/en/docs/http/ngx_http_ssl_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssl_module"
         link="/en/docs/http/ngx_http_ssl_module.html"
         lang="en"
-        rev="32">
+        rev="33">
 
 <section id="summary">
 
@@ -526,7 +526,7 @@
 
 <para>
 Enables or disables session resumption through
-<link url="http://tools.ietf.org/html/rfc5077">TLS session tickets</link>.
+<link url="https://tools.ietf.org/html/rfc5077">TLS session tickets</link>.
 </para>
 
 </directive>
@@ -555,7 +555,7 @@
 
 <para>
 Enables or disables
-<link url="http://tools.ietf.org/html/rfc4366#section-3.6">stapling
+<link url="https://tools.ietf.org/html/rfc4366#section-3.6">stapling
 of OCSP responses</link> by the server.
 Example:
 <example>
@@ -613,7 +613,7 @@
 
 <para>
 Overrides the URL of the OCSP responder specified in the
-“<link url="http://tools.ietf.org/html/rfc5280#section-4.2.2.1">Authority
+“<link url="https://tools.ietf.org/html/rfc5280#section-4.2.2.1">Authority
 Information Access</link>” certificate extension.
 </para>
 
--- a/xml/en/docs/http/ngx_http_uwsgi_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_uwsgi_module"
         link="/en/docs/http/ngx_http_uwsgi_module.html"
         lang="en"
-        rev="35">
+        rev="36">
 
 <section id="summary">
 
@@ -1018,7 +1018,7 @@
 
 <tag-name id="non_idempotent"><literal>non_idempotent</literal></tag-name>
 <tag-desc>normally, requests with a
-<link url="http://tools.ietf.org/html/rfc7231#section-4.2.2">non-idempotent</link>
+<link url="https://tools.ietf.org/html/rfc7231#section-4.2.2">non-idempotent</link>
 method
 (<literal>POST</literal>, <literal>LOCK</literal>, <literal>PATCH</literal>)
 are not passed to the next server
@@ -1136,7 +1136,7 @@
 
 <para>
 Standard
-<link url="http://tools.ietf.org/html/rfc3875#section-4.1">CGI
+<link url="https://tools.ietf.org/html/rfc3875#section-4.1">CGI
 environment variables</link>
 should be provided as uwsgi headers, see the <path>uwsgi_params</path> file
 provided in the distribution:
--- a/xml/en/docs/http/ngx_http_v2_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/http/ngx_http_v2_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_v2_module"
         link="/en/docs/http/ngx_http_v2_module.html"
         lang="en"
-        rev="8">
+        rev="9">
 
 <section id="summary">
 
@@ -153,7 +153,7 @@
 
 <para>
 Limits the maximum size of
-an <link url="http://tools.ietf.org/html/rfc7541">HPACK</link>-compressed
+an <link url="https://tools.ietf.org/html/rfc7541">HPACK</link>-compressed
 request header field.
 The limit applies equally to both name and value.
 Note that if Huffman encoding is applied,
@@ -172,7 +172,7 @@
 
 <para>
 Limits the maximum size of the entire request header list after
-<link url="http://tools.ietf.org/html/rfc7541">HPACK</link> decompression.
+<link url="https://tools.ietf.org/html/rfc7541">HPACK</link> decompression.
 For most requests, the default limit should be enough.
 </para>
 
--- a/xml/en/docs/http/websocket.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/http/websocket.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -7,20 +7,20 @@
 <article name="WebSocket proxying"
          link="/en/docs/http/websocket.html"
          lang="en"
-         rev="3">
+         rev="4">
 
 
 <section>
 
 <para>
 To turn a connection between a client and server from HTTP/1.1 into WebSocket,
-the <link url="http://tools.ietf.org/html/rfc2616#section-14.42">protocol
+the <link url="https://tools.ietf.org/html/rfc2616#section-14.42">protocol
 switch</link> mechanism available in HTTP/1.1 is used.
 </para>
 
 <para>
 There is one subtlety however: since the <header>Upgrade</header> is a
-<link url="http://tools.ietf.org/html/rfc2616#section-13.5.1">hop-by-hop</link>
+<link url="https://tools.ietf.org/html/rfc2616#section-13.5.1">hop-by-hop</link>
 header, it is not passed from a client to proxied server.
 With forward proxying, clients may use the <literal>CONNECT</literal>
 method to circumvent this issue.
--- a/xml/en/docs/mail/ngx_mail_imap_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/mail/ngx_mail_imap_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_imap_module"
         link="/en/docs/mail/ngx_mail_imap_module.html"
         lang="en"
-        rev="2">
+        rev="3">
 
 <section id="directives" name="Directives">
 
@@ -27,23 +27,23 @@
 
 <tag-name><literal>login</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH=LOGIN</link>
+<link url="https://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH=LOGIN</link>
 </tag-desc>
 
 <tag-name><literal>plain</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc4616">AUTH=PLAIN</link>
+<link url="https://tools.ietf.org/html/rfc4616">AUTH=PLAIN</link>
 </tag-desc>
 
 <tag-name><literal>cram-md5</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc2195">AUTH=CRAM-MD5</link>.
+<link url="https://tools.ietf.org/html/rfc2195">AUTH=CRAM-MD5</link>.
 In order for this method to work, the password must be stored unencrypted.
 </tag-desc>
 
 <tag-name><literal>external</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc4422">AUTH=EXTERNAL</link> (1.11.6).
+<link url="https://tools.ietf.org/html/rfc4422">AUTH=EXTERNAL</link> (1.11.6).
 </tag-desc>
 
 </list>
@@ -60,11 +60,11 @@
 
 <para>
 Sets the
-<link url="http://tools.ietf.org/html/rfc3501">IMAP protocol</link>
+<link url="https://tools.ietf.org/html/rfc3501">IMAP protocol</link>
 extensions list that is passed to the client in response to
 the <literal>CAPABILITY</literal> command.
 The authentication methods specified in the <link id="imap_auth"/> and
-<link url="http://tools.ietf.org/html/rfc2595">STARTTLS</link> directives
+<link url="https://tools.ietf.org/html/rfc2595">STARTTLS</link> directives
 are automatically added to this list if the
 <link doc="ngx_mail_ssl_module.xml" id="starttls"/> directive is enabled.
 </para>
--- a/xml/en/docs/mail/ngx_mail_pop3_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/mail/ngx_mail_pop3_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_pop3_module"
         link="/en/docs/mail/ngx_mail_pop3_module.html"
         lang="en"
-        rev="2">
+        rev="3">
 
 <section id="directives" name="Directives">
 
@@ -27,27 +27,27 @@
 
 <tag-name><literal>plain</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc1939">USER/PASS</link>,
-<link url="http://tools.ietf.org/html/rfc4616">AUTH PLAIN</link>,
-<link url="http://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH LOGIN</link>.
+<link url="https://tools.ietf.org/html/rfc1939">USER/PASS</link>,
+<link url="https://tools.ietf.org/html/rfc4616">AUTH PLAIN</link>,
+<link url="https://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH LOGIN</link>.
 It is not possible to disable these methods.
 </tag-desc>
 
 <tag-name><literal>apop</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc1939">APOP</link>.
+<link url="https://tools.ietf.org/html/rfc1939">APOP</link>.
 In order for this method to work, the password must be stored unencrypted.
 </tag-desc>
 
 <tag-name><literal>cram-md5</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc2195">AUTH CRAM-MD5</link>.
+<link url="https://tools.ietf.org/html/rfc2195">AUTH CRAM-MD5</link>.
 In order for this method to work, the password must be stored unencrypted.
 </tag-desc>
 
 <tag-name><literal>external</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
+<link url="https://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
 </tag-desc>
 
 </list>
@@ -64,13 +64,13 @@
 
 <para>
 Sets the
-<link url="http://tools.ietf.org/html/rfc2449">POP3 protocol</link>
+<link url="https://tools.ietf.org/html/rfc2449">POP3 protocol</link>
 extensions list that is passed to the client in response to
 the <literal>CAPA</literal> command.
 
 The authentication methods specified in the <link id="pop3_auth"/> and
-(<link url="http://tools.ietf.org/html/rfc2449">SASL</link> extension) and
-<link url="http://tools.ietf.org/html/rfc2595">STLS</link> directives,
+(<link url="https://tools.ietf.org/html/rfc2449">SASL</link> extension) and
+<link url="https://tools.ietf.org/html/rfc2595">STLS</link> directives,
 are automatically added to this list if the
 <link doc="ngx_mail_ssl_module.xml" id="starttls"/> directive is enabled.
 </para>
--- a/xml/en/docs/mail/ngx_mail_smtp_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/mail/ngx_mail_smtp_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_smtp_module"
         link="/en/docs/mail/ngx_mail_smtp_module.html"
         lang="en"
-        rev="3">
+        rev="4">
 
 <section id="directives" name="Directives">
 
@@ -22,30 +22,30 @@
 
 <para>
 Sets permitted methods of
-<link url="http://tools.ietf.org/html/rfc2554">SASL authentication</link>
+<link url="https://tools.ietf.org/html/rfc2554">SASL authentication</link>
 for SMTP clients.
 Supported methods are:
 <list type="tag">
 
 <tag-name><literal>login</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH LOGIN</link>
+<link url="https://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH LOGIN</link>
 </tag-desc>
 
 <tag-name><literal>plain</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc4616">AUTH PLAIN</link>
+<link url="https://tools.ietf.org/html/rfc4616">AUTH PLAIN</link>
 </tag-desc>
 
 <tag-name><literal>cram-md5</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc2195">AUTH CRAM-MD5</link>.
+<link url="https://tools.ietf.org/html/rfc2195">AUTH CRAM-MD5</link>.
 In order for this method to work, the password must be stored unencrypted.
 </tag-desc>
 
 <tag-name><literal>external</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
+<link url="https://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
 </tag-desc>
 
 <tag-name><literal>none</literal></tag-name>
--- a/xml/en/docs/mail/ngx_mail_ssl_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/mail/ngx_mail_ssl_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_ssl_module"
         link="/en/docs/mail/ngx_mail_ssl_module.html"
         lang="en"
-        rev="13">
+        rev="14">
 
 <section id="summary">
 
@@ -467,7 +467,7 @@
 
 <para>
 Enables or disables session resumption through
-<link url="http://tools.ietf.org/html/rfc5077">TLS session tickets</link>.
+<link url="https://tools.ietf.org/html/rfc5077">TLS session tickets</link>.
 </para>
 
 </directive>
--- a/xml/en/docs/stream/ngx_stream_ssl_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/stream/ngx_stream_ssl_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_ssl_module"
         link="/en/docs/stream/ngx_stream_ssl_module.html"
         lang="en"
-        rev="15">
+        rev="16">
 
 <section id="summary">
 
@@ -439,7 +439,7 @@
 
 <para>
 Enables or disables session resumption through
-<link url="http://tools.ietf.org/html/rfc5077">TLS session tickets</link>.
+<link url="https://tools.ietf.org/html/rfc5077">TLS session tickets</link>.
 </para>
 
 </directive>
--- a/xml/en/docs/syslog.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/syslog.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -9,7 +9,7 @@
 <article name="Logging to syslog"
          link="/en/docs/syslog.html"
          lang="en"
-         rev="5">
+         rev="6">
 
 <section>
 
@@ -36,7 +36,7 @@
 <tag-name><literal>facility=</literal><value>string</value></tag-name>
 <tag-desc>
 Sets facility of syslog messages, as defined in
-<link url="http://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>.
+<link url="https://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>.
 Facility can be one of “<literal>kern</literal>”, “<literal>user</literal>”,
 “<literal>mail</literal>”, “<literal>daemon</literal>”,
 “<literal>auth</literal>”, “<literal>intern</literal>”,
@@ -53,7 +53,7 @@
 Sets severity of syslog messages for
 <link doc="http/ngx_http_log_module.xml" id="access_log"/>,
 as defined in
-<link url="http://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>.
+<link url="https://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>.
 Possible values are the same as for the second parameter (level) of the
 <link doc="ngx_core_module.xml" id="error_log"/> directive.
 Default is “<literal>info</literal>”.
--- a/xml/ru/docs/http/ngx_http_auth_basic_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/ru/docs/http/ngx_http_auth_basic_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_auth_basic_module"
         link="/ru/docs/http/ngx_http_auth_basic_module.html"
         lang="ru"
-        rev="8">
+        rev="9">
 
 <section id="summary">
 
@@ -108,7 +108,7 @@
 заданные согласно синтаксису
 “<literal>{</literal><value>схема</value><literal>}</literal><value>данные</value>”
 (1.0.3+) как описано в
-<link url="http://tools.ietf.org/html/rfc2307#section-5.3">RFC 2307</link>;
+<link url="https://tools.ietf.org/html/rfc2307#section-5.3">RFC 2307</link>;
 в настоящий момент реализованы схемы <literal>PLAIN</literal> (в качестве
 примера, не следует применять), <literal>SHA</literal> (1.3.13) (простое SHA-1
 хэширование, не следует применять) и <literal>SSHA</literal> (SHA-1 хэширование
--- a/xml/ru/docs/http/ngx_http_core_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/ru/docs/http/ngx_http_core_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="68">
+        rev="69">
 
 <section id="directives" name="Директивы">
 
@@ -1322,13 +1322,13 @@
 включает
 “<link url="http://en.wikipedia.org/wiki/TCP_Fast_Open">TCP Fast Open</link>”
 для слушающего сокета (1.5.8) и
-<link url="http://tools.ietf.org/html/rfc7413#section-5.1">ограничивает</link>
+<link url="https://tools.ietf.org/html/rfc7413#section-5.1">ограничивает</link>
 максимальную длину очереди соединений, которые ещё не завершили процесс
 three-way handshake.
 <note>
 Не включайте “TCP Fast Open”, не убедившись, что сервер может адекватно
 обрабатывать многократное получение
-<link url="http://tools.ietf.org/html/rfc7413#section-6.1">
+<link url="https://tools.ietf.org/html/rfc7413#section-6.1">
 одного и того же SYN-пакета с данными</link>.
 </note>
 </tag-desc>
--- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_fastcgi_module"
         link="/ru/docs/http/ngx_http_fastcgi_module.html"
         lang="ru"
-        rev="43">
+        rev="44">
 
 <section id="summary">
 
@@ -1067,7 +1067,7 @@
 
 <tag-name id="non_idempotent"><literal>non_idempotent</literal></tag-name>
 <tag-desc>обычно запросы с
-<link url="http://tools.ietf.org/html/rfc7231#section-4.2.2">неидемпотентным</link>
+<link url="https://tools.ietf.org/html/rfc7231#section-4.2.2">неидемпотентным</link>
 методом
 (<literal>POST</literal>, <literal>LOCK</literal>, <literal>PATCH</literal>)
 не передаются на другой сервер,
--- a/xml/ru/docs/http/ngx_http_proxy_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/ru/docs/http/ngx_http_proxy_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_proxy_module"
         link="/ru/docs/http/ngx_http_proxy_module.html"
         lang="ru"
-        rev="57">
+        rev="58">
 
 <section id="summary">
 
@@ -1233,7 +1233,7 @@
 
 <tag-name id="non_idempotent"><literal>non_idempotent</literal></tag-name>
 <tag-desc>обычно запросы с
-<link url="http://tools.ietf.org/html/rfc7231#section-4.2.2">неидемпотентным</link>
+<link url="https://tools.ietf.org/html/rfc7231#section-4.2.2">неидемпотентным</link>
 методом
 (<literal>POST</literal>, <literal>LOCK</literal>, <literal>PATCH</literal>)
 не передаются на другой сервер,
--- a/xml/ru/docs/http/ngx_http_realip_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/ru/docs/http/ngx_http_realip_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_realip_module"
         link="/ru/docs/http/ngx_http_realip_module.html"
         lang="ru"
-        rev="5">
+        rev="6">
 
 <section id="summary">
 
@@ -89,7 +89,7 @@
 Параметры <literal>X-Real-IP</literal> и <literal>X-Forwarded-For</literal>
 могут содержать необязательный порт (1.11.0).
 Адрес и порт должны быть указаны согласно
-<link url="http://tools.ietf.org/html/3986">RFC 3986</link>.
+<link url="https://tools.ietf.org/html/rfc3986">RFC 3986</link>.
 </para>
 
 <para>
--- a/xml/ru/docs/http/ngx_http_scgi_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/ru/docs/http/ngx_http_scgi_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_scgi_module"
         link="/ru/docs/http/ngx_http_scgi_module.html"
         lang="ru"
-        rev="32">
+        rev="33">
 
 <section id="summary">
 
@@ -985,7 +985,7 @@
 
 <tag-name id="non_idempotent"><literal>non_idempotent</literal></tag-name>
 <tag-desc>обычно запросы с
-<link url="http://tools.ietf.org/html/rfc7231#section-4.2.2">неидемпотентным</link>
+<link url="https://tools.ietf.org/html/rfc7231#section-4.2.2">неидемпотентным</link>
 методом
 (<literal>POST</literal>, <literal>LOCK</literal>, <literal>PATCH</literal>)
 не передаются на другой сервер,
@@ -1102,7 +1102,7 @@
 
 <para>
 Стандартные
-<link url="http://tools.ietf.org/html/rfc3875#section-4.1">переменные
+<link url="https://tools.ietf.org/html/rfc3875#section-4.1">переменные
 окружения CGI</link>
 должны передаваться как заголовки SCGI, см. файл <path>scgi_params</path>
 из дистрибутива:
--- a/xml/ru/docs/http/ngx_http_secure_link_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/ru/docs/http/ngx_http_secure_link_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_secure_link_module"
         link="/ru/docs/http/ngx_http_secure_link_module.html"
         lang="ru"
-        rev="3">
+        rev="4">
 
 <section id="summary">
 
@@ -80,7 +80,7 @@
 <var>$secure_link</var> получает значение “<literal>0</literal>”.
 В противном случае она получает значение “<literal>1</literal>”.
 Значение MD5-хэш передаётся в запросе закодированным в
-<link url="http://tools.ietf.org/html/rfc4648#section-5">base64url</link>.
+<link url="https://tools.ietf.org/html/rfc4648#section-5">base64url</link>.
 </para>
 
 <para>
--- a/xml/ru/docs/http/ngx_http_ssl_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/ru/docs/http/ngx_http_ssl_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_ssl_module"
         link="/ru/docs/http/ngx_http_ssl_module.html"
         lang="ru"
-        rev="32">
+        rev="33">
 
 <section id="summary">
 
@@ -528,7 +528,7 @@
 
 <para>
 Разрешает или запрещает возобновление сессий при помощи
-<link url="http://tools.ietf.org/html/rfc5077">TLS session tickets</link>.
+<link url="https://tools.ietf.org/html/rfc5077">TLS session tickets</link>.
 </para>
 
 </directive>
@@ -557,7 +557,7 @@
 
 <para>
 Разрешает или запрещает
-<link url="http://tools.ietf.org/html/rfc4366#section-3.6">прикрепление
+<link url="https://tools.ietf.org/html/rfc4366#section-3.6">прикрепление
 OCSP-ответов</link> сервером.
 Пример:
 <example>
@@ -614,7 +614,7 @@
 
 <para>
 Переопределяет URL OCSP responder’а, указанный в расширении сертификата
-“<link url="http://tools.ietf.org/html/rfc5280#section-4.2.2.1">Authority
+“<link url="https://tools.ietf.org/html/rfc5280#section-4.2.2.1">Authority
 Information Access</link>”.
 </para>
 
--- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_uwsgi_module"
         link="/ru/docs/http/ngx_http_uwsgi_module.html"
         lang="ru"
-        rev="35">
+        rev="36">
 
 <section id="summary">
 
@@ -1014,7 +1014,7 @@
 
 <tag-name id="non_idempotent"><literal>non_idempotent</literal></tag-name>
 <tag-desc>обычно запросы с
-<link url="http://tools.ietf.org/html/rfc7231#section-4.2.2">неидемпотентным</link>
+<link url="https://tools.ietf.org/html/rfc7231#section-4.2.2">неидемпотентным</link>
 методом
 (<literal>POST</literal>, <literal>LOCK</literal>, <literal>PATCH</literal>)
 не передаются на другой сервер,
@@ -1130,7 +1130,7 @@
 
 <para>
 Стандартные
-<link url="http://tools.ietf.org/html/rfc3875#section-4.1">переменные
+<link url="https://tools.ietf.org/html/rfc3875#section-4.1">переменные
 окружения CGI</link>
 должны передаваться как заголовки uwsgi, см. файл <path>uwsgi_params</path>
 из дистрибутива:
--- a/xml/ru/docs/http/ngx_http_v2_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/ru/docs/http/ngx_http_v2_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_http_v2_module"
         link="/ru/docs/http/ngx_http_v2_module.html"
         lang="ru"
-        rev="8">
+        rev="9">
 
 <section id="summary">
 
@@ -154,7 +154,7 @@
 <para>
 Ограничивает максимальный размер
 заголовка запроса, сжатого при помощи
-<link url="http://tools.ietf.org/html/rfc7541">HPACK</link>.
+<link url="https://tools.ietf.org/html/rfc7541">HPACK</link>.
 Ограничение применяется в равной степени как к имени, так и к значению.
 Если применяется кодирование Хаффмана,
 то фактический размер распакованных строк имени и значения может быть больше.
@@ -172,7 +172,7 @@
 
 <para>
 Ограничивает максимальный размер всего списка заголовков запроса после
-распаковки <link url="http://tools.ietf.org/html/rfc7541">HPACK</link>.
+распаковки <link url="https://tools.ietf.org/html/rfc7541">HPACK</link>.
 Ограничение по умолчанию подходит для большинства запросов.
 </para>
 
--- a/xml/ru/docs/http/websocket.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/ru/docs/http/websocket.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -7,7 +7,7 @@
 <article name="Проксирование WebSocket"
          link="/ru/docs/http/websocket.html"
          lang="ru"
-         rev="3">
+         rev="4">
 
 
 <section>
@@ -15,13 +15,13 @@
 <para>
 Для превращения соединения между клиентом и сервером из HTTP/1.1 в WebSocket
 используется доступный в HTTP/1.1 механизм
-<link url="http://tools.ietf.org/html/rfc2616#section-14.42">смены
+<link url="https://tools.ietf.org/html/rfc2616#section-14.42">смены
 протокола</link>.
 </para>
 
 <para>
 Но есть сложность: поскольку <header>Upgrade</header> является
-<link url="http://tools.ietf.org/html/rfc2616#section-13.5.1">hop-by-hop</link>
+<link url="https://tools.ietf.org/html/rfc2616#section-13.5.1">hop-by-hop</link>
 заголовком, то он не передаётся от клиента к проксируемому серверу.
 При прямом проксировании клиенты могут использовать метод
 <literal>CONNECT</literal>, чтобы обойти эту проблему.
--- a/xml/ru/docs/mail/ngx_mail_imap_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/ru/docs/mail/ngx_mail_imap_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_mail_imap_module"
         link="/ru/docs/mail/ngx_mail_imap_module.html"
         lang="ru"
-        rev="2">
+        rev="3">
 
 <section id="directives" name="Директивы">
 
@@ -27,23 +27,23 @@
 
 <tag-name><literal>login</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH=LOGIN</link>
+<link url="https://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH=LOGIN</link>
 </tag-desc>
 
 <tag-name><literal>plain</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc4616">AUTH=PLAIN</link>
+<link url="https://tools.ietf.org/html/rfc4616">AUTH=PLAIN</link>
 </tag-desc>
 
 <tag-name><literal>cram-md5</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc2195">AUTH=CRAM-MD5</link>.
+<link url="https://tools.ietf.org/html/rfc2195">AUTH=CRAM-MD5</link>.
 Для работы этого метода пароль должен храниться в незашифрованном виде.
 </tag-desc>
 
 <tag-name><literal>external</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc4422">AUTH=EXTERNAL</link> (1.11.6).
+<link url="https://tools.ietf.org/html/rfc4422">AUTH=EXTERNAL</link> (1.11.6).
 </tag-desc>
 
 </list>
@@ -60,12 +60,12 @@
 
 <para>
 Позволяет указать список расширений
-<link url="http://tools.ietf.org/html/rfc3501">протокола IMAP</link>,
+<link url="https://tools.ietf.org/html/rfc3501">протокола IMAP</link>,
 выдаваемый клиенту по команде
 <literal>CAPABILITY</literal>.
 К этому списку автоматически добавляются
 методы аутентификации, указанные в директиве <link id="imap_auth"/> и
-<link url="http://tools.ietf.org/html/rfc2595">STARTTLS</link>,
+<link url="https://tools.ietf.org/html/rfc2595">STARTTLS</link>,
 если включена директива <link doc="ngx_mail_ssl_module.xml" id="starttls"/>.
 </para>
 
--- a/xml/ru/docs/mail/ngx_mail_pop3_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/ru/docs/mail/ngx_mail_pop3_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_mail_pop3_module"
         link="/ru/docs/mail/ngx_mail_pop3_module.html"
         lang="ru"
-        rev="2">
+        rev="3">
 
 <section id="directives" name="Директивы">
 
@@ -27,27 +27,27 @@
 
 <tag-name><literal>plain</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc1939">USER/PASS</link>,
-<link url="http://tools.ietf.org/html/rfc4616">AUTH PLAIN</link>,
-<link url="http://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH LOGIN</link>.
+<link url="https://tools.ietf.org/html/rfc1939">USER/PASS</link>,
+<link url="https://tools.ietf.org/html/rfc4616">AUTH PLAIN</link>,
+<link url="https://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH LOGIN</link>.
 Данные методы отключить нельзя.
 </tag-desc>
 
 <tag-name><literal>apop</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc1939">APOP</link>.
+<link url="https://tools.ietf.org/html/rfc1939">APOP</link>.
 Для работы этого метода пароль должен храниться в незашифрованном виде.
 </tag-desc>
 
 <tag-name><literal>cram-md5</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc2195">AUTH CRAM-MD5</link>.
+<link url="https://tools.ietf.org/html/rfc2195">AUTH CRAM-MD5</link>.
 Для работы этого метода пароль должен храниться в незашифрованном виде.
 </tag-desc>
 
 <tag-name><literal>external</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
+<link url="https://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
 </tag-desc>
 
 </list>
@@ -64,13 +64,13 @@
 
 <para>
 Позволяет указать список расширений
-<link url="http://tools.ietf.org/html/rfc2449">протокола POP3</link>,
+<link url="https://tools.ietf.org/html/rfc2449">протокола POP3</link>,
 выдаваемый клиенту по команде
 <literal>CAPA</literal>.
 К этому списку автоматически добавляются
 методы аутентификации, указанные в директиве <link id="pop3_auth"/>
-(расширение <link url="http://tools.ietf.org/html/rfc2449">SASL</link>) и
-<link url="http://tools.ietf.org/html/rfc2595">STLS</link>,
+(расширение <link url="https://tools.ietf.org/html/rfc2449">SASL</link>) и
+<link url="https://tools.ietf.org/html/rfc2595">STLS</link>,
 если включена директива <link doc="ngx_mail_ssl_module.xml" id="starttls"/>.
 </para>
 
--- a/xml/ru/docs/mail/ngx_mail_smtp_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/ru/docs/mail/ngx_mail_smtp_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_mail_smtp_module"
         link="/ru/docs/mail/ngx_mail_smtp_module.html"
         lang="ru"
-        rev="3">
+        rev="4">
 
 <section id="directives" name="Директивы">
 
@@ -22,30 +22,30 @@
 
 <para>
 Задаёт разрешённые методы
-<link url="http://tools.ietf.org/html/rfc2554">SASL-аутентификации</link>
+<link url="https://tools.ietf.org/html/rfc2554">SASL-аутентификации</link>
 SMTP-клиентов.
 Поддерживаемые методы:
 <list type="tag">
 
 <tag-name><literal>login</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH LOGIN</link>
+<link url="https://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH LOGIN</link>
 </tag-desc>
 
 <tag-name><literal>plain</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc4616">AUTH PLAIN</link>
+<link url="https://tools.ietf.org/html/rfc4616">AUTH PLAIN</link>
 </tag-desc>
 
 <tag-name><literal>cram-md5</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc2195">AUTH CRAM-MD5</link>.
+<link url="https://tools.ietf.org/html/rfc2195">AUTH CRAM-MD5</link>.
 Для работы этого метода пароль должен храниться в незашифрованном виде.
 </tag-desc>
 
 <tag-name><literal>external</literal></tag-name>
 <tag-desc>
-<link url="http://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
+<link url="https://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
 </tag-desc>
 
 <tag-name><literal>none</literal></tag-name>
--- a/xml/ru/docs/mail/ngx_mail_ssl_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/ru/docs/mail/ngx_mail_ssl_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_mail_ssl_module"
         link="/ru/docs/mail/ngx_mail_ssl_module.html"
         lang="ru"
-        rev="13">
+        rev="14">
 
 <section id="summary">
 
@@ -467,7 +467,7 @@
 
 <para>
 Разрешает или запрещает возобновление сессий при помощи
-<link url="http://tools.ietf.org/html/rfc5077">TLS session tickets</link>.
+<link url="https://tools.ietf.org/html/rfc5077">TLS session tickets</link>.
 </para>
 
 </directive>
--- a/xml/ru/docs/stream/ngx_stream_ssl_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/ru/docs/stream/ngx_stream_ssl_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_stream_ssl_module"
         link="/ru/docs/stream/ngx_stream_ssl_module.html"
         lang="ru"
-        rev="15">
+        rev="16">
 
 <section id="summary">
 
@@ -439,7 +439,7 @@
 
 <para>
 Разрешает или запрещает возобновление сессий при помощи
-<link url="http://tools.ietf.org/html/rfc5077">TLS session tickets</link>.
+<link url="https://tools.ietf.org/html/rfc5077">TLS session tickets</link>.
 </para>
 
 </directive>
--- a/xml/ru/docs/syslog.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/ru/docs/syslog.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -9,7 +9,7 @@
 <article name="Запись в syslog"
          link="/ru/docs/syslog.html"
          lang="ru"
-         rev="5">
+         rev="6">
 
 <section>
 
@@ -36,7 +36,7 @@
 <tag-name><literal>facility=</literal><value>строка</value></tag-name>
 <tag-desc>
 Задаёт категорию сообщений syslog в соответствии с
-<link url="http://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>.
+<link url="https://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>.
 В качестве категории может быть указано одно из следующих значений:
 “<literal>kern</literal>”, “<literal>user</literal>”,
 “<literal>mail</literal>”, “<literal>daemon</literal>”,
@@ -54,7 +54,7 @@
 Задаёт важность сообщений syslog для
 <link doc="http/ngx_http_log_module.xml" id="access_log"/>
 в соответствии с
-<link url="http://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>.
+<link url="https://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>.
 Возможны те же самые значения, что и у второго параметра (уровень)
 директивы <link doc="ngx_core_module.xml" id="error_log"/>.
 По умолчанию используется “<literal>info</literal>”.