From ea7dc906f7f74526c4a69afc3d90e4a0839280a5 Mon Sep 17 00:00:00 2001 From: Stavros Kois Date: Mon, 3 Feb 2025 14:52:00 +0200 Subject: [PATCH] webdav: use absolute path in directory shares --- ix-dev/community/webdav/app.yaml | 2 +- .../community/webdav/templates/webdav_macros/webdav_core.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ix-dev/community/webdav/app.yaml b/ix-dev/community/webdav/app.yaml index fc86cdb518..bae4d4eebf 100644 --- a/ix-dev/community/webdav/app.yaml +++ b/ix-dev/community/webdav/app.yaml @@ -28,4 +28,4 @@ sources: - http://www.webdav.org/ title: WebDAV train: community -version: 1.1.9 +version: 1.1.10 diff --git a/ix-dev/community/webdav/templates/webdav_macros/webdav_core.conf b/ix-dev/community/webdav/templates/webdav_macros/webdav_core.conf index c1c9adb82e..8547490afc 100644 --- a/ix-dev/community/webdav/templates/webdav_macros/webdav_core.conf +++ b/ix-dev/community/webdav/templates/webdav_macros/webdav_core.conf @@ -20,7 +20,7 @@ # WebDAV Share - {{ share.name }} # Description: {{ share.description }} Alias /{{ share.name }} "/{{ values.consts.shares_prefix }}/{{ share.name }}" - + LimitRequestBody {{ (share.get('max_request_body_size_gb', 1)) * bytesGB }} {%- if share.read_only %}