From 883dfcf080273f724a77138883fd7a7f8099c29d Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 9 Jun 2021 15:24:20 +0000 Subject: [PATCH] Update nextcloud.conf --- nextcloud.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud.conf b/nextcloud.conf index 9120ef2..cdeca92 100644 --- a/nextcloud.conf +++ b/nextcloud.conf @@ -88,7 +88,7 @@ server { } # Uncomment this line to enable webfinger (used by ActivityPub) - rewrite ^/.well-known/webfinger /public.php?service=webfinger last; + # rewrite ^/.well-known/webfinger /public.php?service=webfinger last; # Make a regex exception for `/.well-known` so that clients can still # access it despite the existence of the regex rule