diff --git a/admin_manual/installation/nginx.rst b/admin_manual/installation/nginx.rst index 32822f3621f..ba830d971c7 100644 --- a/admin_manual/installation/nginx.rst +++ b/admin_manual/installation/nginx.rst @@ -94,6 +94,9 @@ webroot of your nginx installation. In this example it is #rewrite ^/.well-known/host-meta.json /public.php?service=host-meta-json # last; + # Uncomment this line to enable webfinger (used by ActivityPub) + #rewrite ^/.well-known/webfinger /public.php?service=webfinger last; + location = /.well-known/carddav { return 301 $scheme://$host/remote.php/dav; }