# HG changeset patch # User Yaroslav Zhuravlev # Date 1498565619 -10800 # Node ID 1ece24f10f2a6908b0e2d0bc5352f5669a835663 # Parent 814895f3fb2442276b28d0bf40e81618ac3842a7 Corrected article in add_header. diff -r 814895f3fb24 -r 1ece24f10f2a xml/en/docs/http/ngx_http_headers_module.xml --- a/xml/en/docs/http/ngx_http_headers_module.xml Tue Jun 27 16:33:19 2017 +0300 +++ b/xml/en/docs/http/ngx_http_headers_module.xml Tue Jun 27 15:13:39 2017 +0300 @@ -56,7 +56,7 @@ Adds the specified field to a response header provided that the response code equals 200, 201, 204, 206, 301, 302, 303, 304, 307, or 308. -A value can contain variables. +The value can contain variables.