comparison xml/en/docs/http/ngx_http_session_log_module.xml @ 2593:eeed494bba51

Unified phrases about configuration levels and inheritance.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 21 Sep 2020 15:45:07 +0300
parents ca7568f67dee
children
comparison
equal deleted inserted replaced
2592:fca42223b9fc 2593:eeed494bba51
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_session_log_module" 9 <module name="Module ngx_http_session_log_module"
10 link="/en/docs/http/ngx_http_session_log_module.html" 10 link="/en/docs/http/ngx_http_session_log_module.html"
11 lang="en" 11 lang="en"
12 rev="2"> 12 rev="3">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_session_log_module</literal> module enables logging 17 The <literal>ngx_http_session_log_module</literal> module enables logging
58 <context>server</context> 58 <context>server</context>
59 <context>location</context> 59 <context>location</context>
60 60
61 <para> 61 <para>
62 Enables the use of the specified session log. 62 Enables the use of the specified session log.
63 The special value <literal>off</literal> cancels all 63 The special value <literal>off</literal> cancels the effect
64 <literal>session_log</literal> directives inherited from the previous 64 of the <literal>session_log</literal> directives
65 configuration level. 65 inherited from the previous configuration level.
66 </para> 66 </para>
67 67
68 </directive> 68 </directive>
69 69
70 70