From e9da09a63705426146423ebedbd7e694290a5809 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 4 May 2024 18:33:51 -0700 Subject: [PATCH] updated config to support Nextcloud 29 --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index b65fb48..6fbe43e 100755 --- a/configuration.nix +++ b/configuration.nix @@ -235,8 +235,8 @@ in root * /var/lib/www/nextcloud php_fastcgi unix//run/phpfpm/mypool.sock file_server - redir /.well-known/carddav /remote.php/carddav 301 - redir /.well-known/caldav /remote.php/caldav 301 + redir /.well-known/carddav /remote.php/dav 301 + redir /.well-known/caldav /remote.php/dav 301 header { Strict-Transport-Security max-age=31536000; }