From 12e6f1655d59f6652db2d2528eebfb6530d0f7d7 Mon Sep 17 00:00:00 2001 From: mgutt Date: Wed, 11 Aug 2021 10:09:32 +0200 Subject: [PATCH] Added Windows 10 default client As mentioned here: https://github.com/BytemarkHosting/docker-webdav/pull/11 --- conf/conf-available/dav.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/conf-available/dav.conf b/conf/conf-available/dav.conf index 4382aa4..761cdbd 100644 --- a/conf/conf-available/dav.conf +++ b/conf/conf-available/dav.conf @@ -16,6 +16,7 @@ Alias / "/var/lib/dav/data/" # These disable redirects on non-GET requests for directories that # don't include the trailing slash (for misbehaving clients). BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully +BrowserMatch "^Microsoft-WebDAV-MiniRedir" redirect-carefully BrowserMatch "MS FrontPage" redirect-carefully BrowserMatch "^WebDrive" redirect-carefully BrowserMatch "^WebDAVFS/1.[01234]" redirect-carefully