This commit is contained in:
parent
2465bbdf23
commit
b21f0b87f7
@ -46,13 +46,13 @@ server {
|
||||
autoindex_exact_size on;
|
||||
{%- else %}
|
||||
index index.html;
|
||||
{% endif %}
|
||||
{% if webdav %}
|
||||
{%- endif %}
|
||||
{%- if webdav %}
|
||||
dav_methods PUT DELETE MKCOL COPY MOVE;
|
||||
dav_ext_methods PROPFIND OPTIONS;
|
||||
dav_access user:rw group:r all:r;
|
||||
create_full_put_path on;
|
||||
{% endif %}
|
||||
{%- endif %}
|
||||
}
|
||||
|
||||
{%- for dir in dirs %}
|
||||
|
Loading…
Reference in New Issue
Block a user