diff xml/en/docs/http/ngx_http_dav_module.xml @ 2142:ca7568f67dee

Sorted directives alphabetically.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 10 Apr 2018 18:39:34 +0300
parents 95c3c3bbf1ce
children
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_dav_module.xml	Tue Apr 10 17:16:38 2018 +0300
+++ b/xml/en/docs/http/ngx_http_dav_module.xml	Tue Apr 10 18:39:34 2018 +0300
@@ -64,6 +64,22 @@
 
 <section id="directives" name="Directives">
 
+<directive name="create_full_put_path">
+<syntax><literal>on</literal> | <literal>off</literal></syntax>
+<default>off</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+
+<para>
+The WebDAV specification only allows creating files in already
+existing directories.
+This directive allows creating all needed intermediate directories.
+</para>
+
+</directive>
+
+
 <directive name="dav_access">
 <syntax><value>users</value>:<value>permissions</value> ...</syntax>
 <default>user:rw</default>
@@ -128,22 +144,6 @@
 </directive>
 
 
-<directive name="create_full_put_path">
-<syntax><literal>on</literal> | <literal>off</literal></syntax>
-<default>off</default>
-<context>http</context>
-<context>server</context>
-<context>location</context>
-
-<para>
-The WebDAV specification only allows creating files in already
-existing directories.
-This directive allows creating all needed intermediate directories.
-</para>
-
-</directive>
-
-
 <directive name="min_delete_depth">
 <syntax><value>number</value></syntax>
 <default>0</default>