From 2985191b7d4cd1f115b54c7cefb37ab75377fd83 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sat, 18 Feb 2023 23:12:04 +0100 Subject: [PATCH] fix comment --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;