From ddf7fcb3a0962d23a460f981840bd2bbae3e24b0 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sun, 22 Jun 2025 16:56:44 +0200 Subject: [PATCH] feat: revert --- hosts/hitsugibune/nextcloud.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 18067a2..f3b85f6 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -49,7 +49,9 @@ port = 8080; # NOT an exposed port } ]; + }; + virtualHosts."localhost" = { locations = { "/nextcloud" = { priority = 9999; @@ -65,7 +67,7 @@ ''; }; "^~ /.well-known" = { - priority = 9001; + priority = 9000; extraConfig = '' absolute_redirect off; location ~ ^/\\.well-known/(?:carddav|caldav)$ {