# HG changeset patch # User Ruslan Ermilov # Date 1340797167 0 # Node ID 34501291070726df42114d772be6991f848800c7 # Parent a9f5ff5e49543777bde08b55f0772bbb96049d2c Documented the "events" and "use" directives. diff -r a9f5ff5e4954 -r 345012910707 xml/en/docs/ngx_core_module.xml --- a/xml/en/docs/ngx_core_module.xml Tue Jun 26 13:57:46 2012 +0000 +++ b/xml/en/docs/ngx_core_module.xml Wed Jun 27 11:39:27 2012 +0000 @@ -188,6 +188,19 @@ + + + +main + + +Provides a configuration file context in which the directives that +affect connection processing are specified. + + + + + file | mask @@ -316,6 +329,21 @@ + +method + +events + + +Specifies the connection processing +method to use. +There is normally no need to specify it explicitly because nginx will +by default use the most efficient method. + + + + + user [group] nobody nobody diff -r a9f5ff5e4954 -r 345012910707 xml/ru/docs/ngx_core_module.xml --- a/xml/ru/docs/ngx_core_module.xml Tue Jun 26 13:57:46 2012 +0000 +++ b/xml/ru/docs/ngx_core_module.xml Wed Jun 27 11:39:27 2012 +0000 @@ -185,6 +185,19 @@ + + + +main + + +Предоставляет контекст конфигурационного файла, в котором указываются +директивы, влияющие на обработку соединений. + + + + + файл | маска @@ -313,6 +326,21 @@ + +метод + +events + + +Задаёт метод, используемый для +обработки соединений. +Обычно нет необходимости задавать его явно, поскольку по умолчанию +nginx сам выбирает наиболее эффективный метод. + + + + + пользователь [группа] nobody nobody