comparison xml/en/docs/http/ngx_http_session_log_module.xml @ 2142:ca7568f67dee

Sorted directives alphabetically.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 10 Apr 2018 18:39:34 +0300
parents 07402a11fd8d
children eeed494bba51
comparison
equal deleted inserted replaced
2141:10751277a8ad 2142:ca7568f67dee
48 48
49 </section> 49 </section>
50 50
51 51
52 <section id="directives" name="Directives"> 52 <section id="directives" name="Directives">
53
54 <directive name="session_log">
55 <syntax><value>name</value> | <literal>off</literal></syntax>
56 <default>off</default>
57 <context>http</context>
58 <context>server</context>
59 <context>location</context>
60
61 <para>
62 Enables the use of the specified session log.
63 The special value <literal>off</literal> cancels all
64 <literal>session_log</literal> directives inherited from the previous
65 configuration level.
66 </para>
67
68 </directive>
69
53 70
54 <directive name="session_log_format"> 71 <directive name="session_log_format">
55 <syntax> 72 <syntax>
56 <value>name</value> 73 <value>name</value>
57 <value>string</value> ...</syntax> 74 <value>string</value> ...</syntax>
112 “<literal>combined</literal>” format is used. 129 “<literal>combined</literal>” format is used.
113 </para> 130 </para>
114 131
115 </directive> 132 </directive>
116 133
117
118 <directive name="session_log">
119 <syntax><value>name</value> | <literal>off</literal></syntax>
120 <default>off</default>
121 <context>http</context>
122 <context>server</context>
123 <context>location</context>
124
125 <para>
126 Enables the use of the specified session log.
127 The special value <literal>off</literal> cancels all
128 <literal>session_log</literal> directives inherited from the previous
129 configuration level.
130 </para>
131
132 </directive>
133
134 </section> 134 </section>
135 135
136 136
137 <section id="variables" name="Embedded Variables"> 137 <section id="variables" name="Embedded Variables">
138 138