diff xml/en/docs/http/ngx_http_headers_module.xml @ 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 f4033b9bc4ec
children be54c443235a
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_headers_module.xml
+++ b/xml/en/docs/http/ngx_http_headers_module.xml
@@ -45,7 +45,7 @@ add_header Cache-Control private;
 
 <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>