diff xml/en/docs/http/ngx_http_headers_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 4b6d7686e00f
children 1ece24f10f2a
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_headers_module.xml	Thu Apr 13 15:09:13 2017 +0300
+++ b/xml/en/docs/http/ngx_http_headers_module.xml	Mon Apr 17 19:29:14 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_headers_module"
         link="/en/docs/http/ngx_http_headers_module.html"
         lang="en"
-        rev="7">
+        rev="8">
 
 <section id="summary">
 
@@ -55,7 +55,7 @@
 
 <para>
 Adds the specified field to a response header provided that
-the response code equals 200, 201, 204, 206, 301, 302, 303, 304, or 307.
+the response code equals 200, 201, 204, 206, 301, 302, 303, 304, 307, or 308.
 A value can contain variables.
 </para>
 
@@ -90,7 +90,7 @@
 <para>
 Enables or disables adding or modifying the <header>Expires</header>
 and <header>Cache-Control</header> response header fields provided that
-the response code equals 200, 201, 204, 206, 301, 302, 303, 304, or 307.
+the response code equals 200, 201, 204, 206, 301, 302, 303, 304, 307, or 308.
 The parameter can be a positive or negative
 <link doc="../syntax.xml">time</link>.
 </para>