updated nginx state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2024-07-07 22:56:18 +02:00
parent 2465bbdf23
commit b21f0b87f7
7 changed files with 96 additions and 96 deletions

View File

@ -46,13 +46,13 @@ server {
autoindex_exact_size on; autoindex_exact_size on;
{%- else %} {%- else %}
index index.html; index index.html;
{% endif %} {%- endif %}
{% if webdav %} {%- if webdav %}
dav_methods PUT DELETE MKCOL COPY MOVE; dav_methods PUT DELETE MKCOL COPY MOVE;
dav_ext_methods PROPFIND OPTIONS; dav_ext_methods PROPFIND OPTIONS;
dav_access user:rw group:r all:r; dav_access user:rw group:r all:r;
create_full_put_path on; create_full_put_path on;
{% endif %} {%- endif %}
} }
{%- for dir in dirs %} {%- for dir in dirs %}