comparison 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
comparison
equal deleted inserted replaced
426:1d6dc85ed324 427:d4464d7bff6c
43 <context>server</context> 43 <context>server</context>
44 <context>location</context> 44 <context>location</context>
45 45
46 <para> 46 <para>
47 Adds the specified field to a response header provided that 47 Adds the specified field to a response header provided that
48 the response code equals 200, 204, 301, 302, or 304. 48 the response code equals 200, 204, 206, 301, 302, 303, 304, or 307.
49 A value can contain variables. 49 A value can contain variables.
50 </para> 50 </para>
51 51
52 </directive> 52 </directive>
53 53