From 169c075770665dacd6da0e666d1d5983c7eb6446 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 28 Aug 2020 12:11:27 +0200 Subject: [PATCH] fixed apache nextcloud w-k/dav --- CMS/nextcloud/Apache-unconfigured | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMS/nextcloud/Apache-unconfigured b/CMS/nextcloud/Apache-unconfigured index a5c2b30..53f1d02 100644 --- a/CMS/nextcloud/Apache-unconfigured +++ b/CMS/nextcloud/Apache-unconfigured @@ -6,6 +6,8 @@ ErrorLog ${APACHE_LOG_DIR}/SITEname_error.log DirectoryIndex index.php index.html index.htm DocumentRoot /var/www/DOMAINname/html +Redirect 301 /.well-known/carddav /remote.php/dav +Redirect 301 /.well-known/caldav /remote.php/dav Require all granted