1
0
Fork 0
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:
OniriCorpe 2023-02-18 23:12:04 +01:00
parent c3e7bb1d88
commit 2985191b7d

View file

@ -26,7 +26,7 @@ location __PATH__/ {
include conf.d/yunohost_panel.conf.inc; 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 { location = /.well-known/webfinger {
if ($is_account_domain = 1) { if ($is_account_domain = 1) {
return 301 __PATH__/.well-known/webfinger; return 301 __PATH__/.well-known/webfinger;