# HG changeset patch # User Vladimir Homutov # Date 1347957886 0 # Node ID 3f43a59a1dba23feff891ae7077b5ca1ced7b863 # Parent 2ff9c3ea8c98516fbd47e3daf67dfcd43b066f9c Documented possible contexts and inheritance details in the addition module. diff --git a/xml/en/docs/http/ngx_http_addition_module.xml b/xml/en/docs/http/ngx_http_addition_module.xml --- a/xml/en/docs/http/ngx_http_addition_module.xml +++ b/xml/en/docs/http/ngx_http_addition_module.xml @@ -10,7 +10,7 @@ + rev="2">
@@ -43,12 +43,16 @@ location / { uri - +"" +http +server location Adds a text returned as a result of processing a given subrequest, before the response body. +The "" parameter disables addition inherited from +the previous configuration level. @@ -56,12 +60,16 @@ before the response body. uri - +"" +http +server location Adds a text returned as a result of processing a given subrequest, after the response body. +The "" parameter disables addition inherited from +the previous configuration level. diff --git a/xml/ru/docs/http/ngx_http_addition_module.xml b/xml/ru/docs/http/ngx_http_addition_module.xml --- a/xml/ru/docs/http/ngx_http_addition_module.xml +++ b/xml/ru/docs/http/ngx_http_addition_module.xml @@ -10,7 +10,7 @@ + rev="2">
@@ -43,12 +43,16 @@ location / { uri - +"" +http +server location Добавляет перед телом ответа текст, выдаваемый в результате работы заданного подзапроса. +Параметр "" запрещает добавление, унаследованное +с предыдущего уровня конфигурации. @@ -56,12 +60,16 @@ location / { uri - +"" +http +server location Добавляет после тела ответа текст, выдаваемый в результате работы заданного подзапроса. +Параметр "" запрещает добавление, унаследованное +с предыдущего уровня конфигурации.