Removed webfinger

This commit is contained in:
WilliamMiceli
2018-12-10 15:59:22 -05:00
parent 4162d8130f
commit 561b808f68

View File

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