From bec0b8d23ba4299b5eb81aebdcc8da5680f7de9a Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sun, 22 Jun 2025 18:35:44 +0200 Subject: [PATCH] fix: absolute crash --- hosts/hitsugibune/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index d6b021a..e22b217 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -72,7 +72,7 @@ }; "^~ /.well-known" = { extraConfig = '' - absolute_redirect off; + # absolute_redirect off; location ~ ^/\.well-known/(?:carddav|caldav)$ { return 301 /nextcloud/remote.php/dav; }