From 1e82250705632cb49d0fd0b79257f9ea0b09507d Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Wed, 3 Jul 2024 03:08:59 -0700 Subject: [PATCH] Updated Caddy for Nextcloud "caldav" fix --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 628f4c3..e5c36c8 100755 --- a/configuration.nix +++ b/configuration.nix @@ -236,8 +236,8 @@ in root * /var/lib/www/nextcloud php_fastcgi unix//run/phpfpm/mypool.sock file_server - redir /.well-known/carddav /remote.php/dav 301 - redir /.well-known/caldav /remote.php/dav 301 + redir /.well-known/carddav /remote.php/dav/ 301 + redir /.well-known/caldav /remote.php/dav/ 301 header { Strict-Transport-Security max-age=31536000; }