# HG changeset patch # User Ruslan Ermilov # Date 1330344201 0 # Node ID d4464d7bff6c27ff0b6c3033212ac6fcd48377a9 # Parent 1d6dc85ed324fbb45ad6ea44a9d60334e4fddb15 Bring the list of response codes acceptable by ngx_http_headers_module up to date. diff -r 1d6dc85ed324 -r d4464d7bff6c xml/en/docs/http/ngx_http_headers_module.xml --- 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 @@ 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. diff -r 1d6dc85ed324 -r d4464d7bff6c xml/ru/docs/http/ngx_http_headers_module.xml --- 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 @@ Добавляет указанное поле в заголовок ответа при условии, что код ответа -равен 200, 204, 301, 302 или 304. +равен 200, 204, 206, 301, 302, 303, 304 или 307. В значении можно использовать переменные.