changeset 427:d4464d7bff6c

Bring the list of response codes acceptable by ngx_http_headers_module up to date.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 27 Feb 2012 12:03:21 +0000
parents 1d6dc85ed324
children fc2bd185dc02
files xml/en/docs/http/ngx_http_headers_module.xml xml/ru/docs/http/ngx_http_headers_module.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_headers_module.xml	Mon Feb 27 10:36:08 2012 +0000
+++ b/xml/en/docs/http/ngx_http_headers_module.xml	Mon Feb 27 12:03:21 2012 +0000
@@ -45,7 +45,7 @@
 
 <para>
 Adds the specified field to a response header provided that
-the response code equals 200, 204, 301, 302, or 304.
+the response code equals 200, 204, 206, 301, 302, 303, 304, or 307.
 A value can contain variables.
 </para>
 
--- a/xml/ru/docs/http/ngx_http_headers_module.xml	Mon Feb 27 10:36:08 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_headers_module.xml	Mon Feb 27 12:03:21 2012 +0000
@@ -45,7 +45,7 @@
 
 <para>
 Добавляет указанное поле в заголовок ответа при условии, что код ответа
-равен 200, 204, 301, 302 или 304.
+равен 200, 204, 206, 301, 302, 303, 304 или 307.
 В значении можно использовать переменные.
 </para>