comparison xml/en/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="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="77"> 13 rev="78">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
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>
1003 or 1003 or
1004 <literal>PATCH</literal>. 1004 <literal>PATCH</literal>.
1005 Allowing the <literal>GET</literal> method makes the 1005 Allowing the <literal>GET</literal> method makes the
1006 <literal>HEAD</literal> method also allowed. 1006 <literal>HEAD</literal> method also allowed.
1007 Access to other methods can be limited using the 1007 Access to other methods can be limited using the
1008 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link> 1008 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link>,
1009 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link>,
1009 and 1010 and
1010 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link> 1011 <link doc="ngx_http_auth_jwt_module.xml">ngx_http_auth_jwt_module</link>
1012 (1.13.10)
1011 modules directives: 1013 modules directives:
1012 <example> 1014 <example>
1013 limit_except GET { 1015 limit_except GET {
1014 allow 192.168.1.0/32; 1016 allow 192.168.1.0/32;
1015 deny all; 1017 deny all;