From c462775f811450d59f344769bc807d914c28b623 Mon Sep 17 00:00:00 2001 From: Jadin Heaston Date: Thu, 5 Jan 2023 13:51:04 -0600 Subject: [PATCH] Implementing Pull Request #20 (https://github.com/BytemarkHosting/docker-webdav/pull/20) Signed-off-by: Jadin Heaston --- conf/conf-available/dav.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/conf-available/dav.conf b/conf/conf-available/dav.conf index acdf1c1..001bedf 100644 --- a/conf/conf-available/dav.conf +++ b/conf/conf-available/dav.conf @@ -11,6 +11,8 @@ Alias / "/var/lib/dav/data/" Require valid-user + + IndexOptions Charset=utf-8 # These disable redirects on non-GET requests for directories that