comparison 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
comparison
equal deleted inserted replaced
2141:10751277a8ad 2142:ca7568f67dee
62 </section> 62 </section>
63 63
64 64
65 <section id="directives" name="Directives"> 65 <section id="directives" name="Directives">
66 66
67 <directive name="create_full_put_path">
68 <syntax><literal>on</literal> | <literal>off</literal></syntax>
69 <default>off</default>
70 <context>http</context>
71 <context>server</context>
72 <context>location</context>
73
74 <para>
75 The WebDAV specification only allows creating files in already
76 existing directories.
77 This directive allows creating all needed intermediate directories.
78 </para>
79
80 </directive>
81
82
67 <directive name="dav_access"> 83 <directive name="dav_access">
68 <syntax><value>users</value>:<value>permissions</value> ...</syntax> 84 <syntax><value>users</value>:<value>permissions</value> ...</syntax>
69 <default>user:rw</default> 85 <default>user:rw</default>
70 <context>http</context> 86 <context>http</context>
71 <context>server</context> 87 <context>server</context>
126 </para> 142 </para>
127 143
128 </directive> 144 </directive>
129 145
130 146
131 <directive name="create_full_put_path">
132 <syntax><literal>on</literal> | <literal>off</literal></syntax>
133 <default>off</default>
134 <context>http</context>
135 <context>server</context>
136 <context>location</context>
137
138 <para>
139 The WebDAV specification only allows creating files in already
140 existing directories.
141 This directive allows creating all needed intermediate directories.
142 </para>
143
144 </directive>
145
146
147 <directive name="min_delete_depth"> 147 <directive name="min_delete_depth">
148 <syntax><value>number</value></syntax> 148 <syntax><value>number</value></syntax>
149 <default>0</default> 149 <default>0</default>
150 <context>http</context> 150 <context>http</context>
151 <context>server</context> 151 <context>server</context>