diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_session_log_module.xml	Tue Apr 10 17:16:38 2018 +0300
+++ b/xml/en/docs/http/ngx_http_session_log_module.xml	Tue Apr 10 18:39:34 2018 +0300
@@ -51,6 +51,23 @@
 
 <section id="directives" name="Directives">
 
+<directive name="session_log">
+<syntax><value>name</value> | <literal>off</literal></syntax>
+<default>off</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+
+<para>
+Enables the use of the specified session log.
+The special value <literal>off</literal> cancels all
+<literal>session_log</literal> directives inherited from the previous
+configuration level.
+</para>
+
+</directive>
+
+
 <directive name="session_log_format">
 <syntax>
     <value>name</value>
@@ -114,23 +131,6 @@
 
 </directive>
 
-
-<directive name="session_log">
-<syntax><value>name</value> | <literal>off</literal></syntax>
-<default>off</default>
-<context>http</context>
-<context>server</context>
-<context>location</context>
-
-<para>
-Enables the use of the specified session log.
-The special value <literal>off</literal> cancels all
-<literal>session_log</literal> directives inherited from the previous
-configuration level.
-</para>
-
-</directive>
-
 </section>