mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-09 20:47:58 -05:00
webdav: use absolute path in directory shares (#1533)
This commit is contained in:
@@ -28,4 +28,4 @@ sources:
|
||||
- http://www.webdav.org/
|
||||
title: WebDAV
|
||||
train: community
|
||||
version: 1.1.9
|
||||
version: 1.1.10
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
# WebDAV Share - {{ share.name }}
|
||||
# Description: {{ share.description }}
|
||||
Alias /{{ share.name }} "/{{ values.consts.shares_prefix }}/{{ share.name }}"
|
||||
<Directory "{{ values.consts.shares_prefix }}/{{ share.name }}">
|
||||
<Directory "/{{ values.consts.shares_prefix }}/{{ share.name }}">
|
||||
LimitRequestBody {{ (share.get('max_request_body_size_gb', 1)) * bytesGB }}
|
||||
</Directory>
|
||||
{%- if share.read_only %}
|
||||
|
||||
Reference in New Issue
Block a user