mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
fix comment
This commit is contained in:
parent
c3e7bb1d88
commit
2985191b7d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue