diff xml/en/docs/http/ngx_http_core_module.xml @ 1964:2a3c58dcb3e8

Documented support for the 308 Permanent Redirect.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 17 Apr 2017 19:29:14 +0300
parents 408eed0bf491
children be779702663e
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Thu Apr 13 15:09:13 2017 +0300
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Mon Apr 17 19:29:14 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="70">
+        rev="71">
 
 <section id="directives" name="Directives">
 
@@ -697,7 +697,7 @@
 </example>
 In this case, by default, the response code 302 is returned to the client.
 It can only be changed to one of the redirect status
-codes (301, 302, 303, and 307).
+codes (301, 302, 303, 307, and 308).
 </para>
 
 <para>