Skip to content

Commit

Permalink
webdav: use absolute path in directory shares
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Feb 3, 2025
1 parent 61946cc commit ea7dc90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ix-dev/community/webdav/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ sources:
- http://www.webdav.org/
title: WebDAV
train: community
version: 1.1.9
version: 1.1.10
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit ea7dc90

Please sign in to comment.