# 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 -r 2ff9c3ea8c98 -r 3f43a59a1dba xml/en/docs/http/ngx_http_addition_module.xml --- a/xml/en/docs/http/ngx_http_addition_module.xml Tue Sep 18 08:39:31 2012 +0000 +++ b/xml/en/docs/http/ngx_http_addition_module.xml Tue Sep 18 08:44:46 2012 +0000 @@ -10,7 +10,7 @@ + rev="2">
@@ -43,12 +43,16 @@ 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 @@ 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 -r 2ff9c3ea8c98 -r 3f43a59a1dba xml/ru/docs/http/ngx_http_addition_module.xml --- a/xml/ru/docs/http/ngx_http_addition_module.xml Tue Sep 18 08:39:31 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_addition_module.xml Tue Sep 18 08:44:46 2012 +0000 @@ -10,7 +10,7 @@ + rev="2">
@@ -43,12 +43,16 @@ uri - +"" +http +server location Добавляет перед телом ответа текст, выдаваемый в результате работы заданного подзапроса. +Параметр "" запрещает добавление, унаследованное +с предыдущего уровня конфигурации. @@ -56,12 +60,16 @@ uri - +"" +http +server location Добавляет после тела ответа текст, выдаваемый в результате работы заданного подзапроса. +Параметр "" запрещает добавление, унаследованное +с предыдущего уровня конфигурации.