diff --git a/conf/nginx.conf b/conf/nginx.conf index 288d231..8d99949 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -26,7 +26,7 @@ location __PATH__/ { include conf.d/yunohost_panel.conf.inc; } -# redirect the account_domain .well-known to the domain one +# redirect the account_domain .well-known to the main domain one location = /.well-known/webfinger { if ($is_account_domain = 1) { return 301 __PATH__/.well-known/webfinger;