diff --git a/templates/Nextcloud/Resources/nginx.conf b/templates/Nextcloud/Resources/nginx.conf index 379e00e..b7dcd16 100644 --- a/templates/Nextcloud/Resources/nginx.conf +++ b/templates/Nextcloud/Resources/nginx.conf @@ -70,9 +70,6 @@ http { location = /.well-known/caldav { return 301 $scheme://$host/remote.php/dav; } - location = /.well-known/webfinger { - return 301 $scheme://$host/public.php?service=webfinger; - } location / { rewrite ^ /index.php$request_uri; }