diff xml/en/docs/http/ngx_http_core_module.xml @ 1879:3685d90e133e

Documented the "absolute_redirect" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 26 Dec 2016 23:25:26 +0300
parents 5cd4964fbc5f
children da00a2526415
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Mon Dec 26 19:38:06 2016 +0300
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Mon Dec 26 23:25:26 2016 +0300
@@ -10,10 +10,30 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="64">
+        rev="65">
 
 <section id="directives" name="Directives">
 
+<directive name="absolute_redirect">
+<syntax><literal>on</literal> | <literal>off</literal></syntax>
+<default>on</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+<appeared-in>1.11.8</appeared-in>
+
+<para>
+If disabled, redirects issued by nginx will be relative.
+</para>
+
+<para>
+See also <link id="server_name_in_redirect"/>
+and <link id="port_in_redirect"/> directives.
+</para>
+
+</directive>
+
+
 <directive name="aio">
 <syntax>
     <literal>on</literal> |
@@ -1930,7 +1950,8 @@
 <context>location</context>
 
 <para>
-Enables or disables specifying the port in redirects issued by nginx.
+Enables or disables specifying the port in
+<link id="absolute_redirect">absolute</link> redirects issued by nginx.
 </para>
 
 <para>
@@ -2461,8 +2482,8 @@
 
 <para>
 Enables or disables the use of the primary server name, specified by the
-<link id="server_name"/>
-directive, in redirects issued by nginx.
+<link id="server_name"/> directive,
+in <link id="absolute_redirect">absolute</link> redirects issued by nginx.
 When the use of the primary server name is disabled, the name from the
 <header>Host</header> request header field is used.
 If this field is not present, the IP address of the server is used.