Removed webfinger
This commit is contained in:
@@ -70,9 +70,6 @@ http {
|
|||||||
location = /.well-known/caldav {
|
location = /.well-known/caldav {
|
||||||
return 301 $scheme://$host/remote.php/dav;
|
return 301 $scheme://$host/remote.php/dav;
|
||||||
}
|
}
|
||||||
location = /.well-known/webfinger {
|
|
||||||
return 301 $scheme://$host/public.php?service=webfinger;
|
|
||||||
}
|
|
||||||
location / {
|
location / {
|
||||||
rewrite ^ /index.php$request_uri;
|
rewrite ^ /index.php$request_uri;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user