# HG changeset patch # User Yaroslav Zhuravlev # Date 1410856075 -14400 # Node ID d7740f42b00aac94de64cf72e009290a835439d8 # Parent f5cc9f2aef9a62d33af31ea707144d26c9eeb8c3 Headers: documented the "always" parameter of the "add_header" directive. diff -r f5cc9f2aef9a -r d7740f42b00a xml/en/docs/http/ngx_http_headers_module.xml --- a/xml/en/docs/http/ngx_http_headers_module.xml Fri Sep 12 16:38:33 2014 +0400 +++ b/xml/en/docs/http/ngx_http_headers_module.xml Tue Sep 16 12:27:55 2014 +0400 @@ -10,7 +10,7 @@ + rev="6">
@@ -43,7 +43,9 @@
-name value + +name value +[always] http server @@ -64,6 +66,11 @@ directives defined on the current level. + +If the always parameter is specified (1.7.5), +the header field will be added regardless of the response code. + + diff -r f5cc9f2aef9a -r d7740f42b00a xml/ru/docs/http/ngx_http_headers_module.xml --- a/xml/ru/docs/http/ngx_http_headers_module.xml Fri Sep 12 16:38:33 2014 +0400 +++ b/xml/ru/docs/http/ngx_http_headers_module.xml Tue Sep 16 12:27:55 2014 +0400 @@ -10,7 +10,7 @@ + rev="6">
@@ -43,7 +43,9 @@
-имя значение + +имя значение +[always] http server @@ -62,6 +64,11 @@ уровне не описаны свои директивы add_header. + +Если указан параметр always (1.7.5), +то поле заголовка будет добавлено независимо от кода ответа. + +