comparison xml/ru/docs/http/ngx_http_core_module.xml @ 2139:f6e578b1b02d

Updated docs for the upcoming NGINX Plus release.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 09 Apr 2018 11:52:48 +0300
parents 4cafd82e5007
children 1d60e4b4ed64
comparison
equal deleted inserted replaced
2138:cf86c259c9a0 2139:f6e578b1b02d
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Модуль ngx_http_core_module" 10 <module name="Модуль ngx_http_core_module"
11 link="/ru/docs/http/ngx_http_core_module.html" 11 link="/ru/docs/http/ngx_http_core_module.html"
12 lang="ru" 12 lang="ru"
13 rev="77"> 13 rev="78">
14 14
15 <section id="directives" name="Директивы"> 15 <section id="directives" name="Директивы">
16 16
17 <directive name="absolute_redirect"> 17 <directive name="absolute_redirect">
18 <syntax><literal>on</literal> | <literal>off</literal></syntax> 18 <syntax><literal>on</literal> | <literal>off</literal></syntax>
1000 или 1000 или
1001 <literal>PATCH</literal>. 1001 <literal>PATCH</literal>.
1002 Если разрешён метод <literal>GET</literal>, то метод 1002 Если разрешён метод <literal>GET</literal>, то метод
1003 <literal>HEAD</literal> также будет разрешён. 1003 <literal>HEAD</literal> также будет разрешён.
1004 Доступ к остальным методам может быть ограничен при помощи директив модулей 1004 Доступ к остальным методам может быть ограничен при помощи директив модулей
1005 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link> 1005 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link>,
1006 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link>
1006 и 1007 и
1007 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link>: 1008 <link doc="ngx_http_auth_jwt_module.xml">ngx_http_auth_jwt_module</link>
1009 (1.13.10):
1008 <example> 1010 <example>
1009 limit_except GET { 1011 limit_except GET {
1010 allow 192.168.1.0/32; 1012 allow 192.168.1.0/32;
1011 deny all; 1013 deny all;
1012 } 1014 }