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; }