diff --git a/nextcloud/nginx.conf b/nextcloud/nginx.conf index 4d3cca2..b28955c 100644 --- a/nextcloud/nginx.conf +++ b/nextcloud/nginx.conf @@ -70,7 +70,7 @@ http { # The following rule is only needed for the Social app. # Uncomment it if you're planning to use this app. - #rewrite ^/.well-known/webfinger /public.php?service=webfinger last; + rewrite ^/.well-known/webfinger /public.php?service=webfinger last; location = /.well-known/carddav { return 301 https://$host:443/remote.php/dav;