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 %}